mirror of
https://github.com/git/git.git
synced 2026-01-23 23:37:20 +09:00
slightly rearrange help message for split.
This commit is contained in:
parent
43a3951243
commit
f4f29557e7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user