slightly rearrange help message for split.

maint
Avery Pennarun 2009-05-30 01:10:14 -04:00
parent 43a3951243
commit f4f29557e7
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ if [ $# -eq 0 ]; then
set -- -h
fi
OPTS_SPEC="\
git subtree add --prefix=<prefix> <commit>
git subtree split [options...] --prefix=<prefix> <commit...>
git subtree add --prefix=<prefix> <commit>
git subtree merge --prefix=<prefix> <commit>
git subtree pull --prefix=<prefix> <repository> <refspec...>
git subtree split --prefix=<prefix> <commit...>
--
h,help show the help
q quiet