]> git.ipfire.org Git - thirdparty/git.git/blame - t/t1502/optionspec-neg.help
parse-options: show negatability of options in short help
[thirdparty/git.git] / t / t1502 / optionspec-neg.help
CommitLineData
d5dc68f7
RS
1cat <<\EOF
2usage: some-command [options] <args>...
3
4 some-command does foo and bar!
5
e8e5d294
RS
6 --[no-]foo can be negated
7 --[no-]no-bar can be positivated
d5dc68f7
RS
8 --positive-only cannot be negated
9 --no-negative cannot be positivated
10
11EOF