modify README

This commit is contained in:
Motonori Iwata 2011-09-03 23:52:08 +09:00
parent 37c8b364a0
commit b2412a98f0
3 changed files with 4 additions and 3 deletions

View file

@ -57,5 +57,6 @@ Special Thanks
* [An original git-now idea](http://d.hatena.ne.jp/sinsoku/20101208/1291770514) (by [Toshiyuki Kawanishi](https://github.com/toshi-kawanishi))
* [Installation with homebrew](http://d.hatena.ne.jp/nobeans/20110322/1300776839) (by [Yasuharu NAKANO](https://github.com/nobeans))
* [Referred to shell scripts](https://github.com/nvie/gitflow) (by [Vincent Driessen](https://github.com/nvie))

View file

@ -1,5 +1,5 @@
usage() {
echo "usage: git now grep [<base_branch>]"
echo "usage: git now grep [<base-branch>]"
}
cmd_default() {

View file

@ -1,6 +1,6 @@
usage() {
echo "usage: git now rebase [<base_branch>]"
echo " git now rebase --push|-p [--remote|-r <remote>] [<base_branch>]"
echo "usage: git now rebase [<base-branch>]"
echo " git now rebase --push|-p [--remote|-r <remote>] [<base-branch>]"
}