dmfutcher / git-profile

Simple identity switching for git
MIT License
49 stars 2 forks source link

:pencil: change docs after subcommand rename #1

Closed lbillingham closed 4 years ago

lbillingham commented 4 years ago

When I tried to add my 1st profile, I followed the README

$ git profile add github-work 'Worker Bee' 'me@some.work'

and got this error

error: Found argument 'add' which wasn't expected, or isn't valid in this context

USAGE:
    git-profile [SUBCOMMAND]

For more information try --help

seems like git profile add was renamed git profile new but not in readme. This fixes that.

I expected

dmfutcher commented 4 years ago

Good spot! Thanks :D