parse-options: no --[no-]no-...
[git/debian.git] / t / t1502 / optionspec-neg.help
blob7a29f8cb03374e076eaf6e435a2abf6a8401b94f
1 cat <<\EOF
2 usage: some-command [options] <args>...
4     some-command does foo and bar!
6     --[no-]foo            can be negated
7     --no-bar              can be positivated
8     --bar                 opposite of --no-bar
9     --positive-only       cannot be negated
10     --no-negative         cannot be positivated
12 EOF