diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-22 18:39:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-22 18:39:37 -0700 |
commit | 0bd64f82ba38013799d1d999de5fc3c079bd8014 (patch) | |
tree | b82d106611a32e50f74851dccf9c4f0ce65a5d1a /t/t1502-rev-parse-parseopt.sh | |
parent | 9523298c95467e014daf5ed108cfcbe75a0d918d (diff) | |
parent | 010a2dacc1acf3305e399ef1eb2e620110b95d5e (diff) | |
download | git-0bd64f82ba38013799d1d999de5fc3c079bd8014.tar.gz |
Merge branch 'maint'
* maint:
Extend parse-options test suite
api-parse-options.txt: Introduce documentation for parse options API
parse-options.c: fix documentation syntax of optional arguments
api-builtin.txt: update and fix typo
Diffstat (limited to 't/t1502-rev-parse-parseopt.sh')
-rwxr-xr-x | t/t1502-rev-parse-parseopt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1502-rev-parse-parseopt.sh b/t/t1502-rev-parse-parseopt.sh index 7cdd70a188..997002d4c4 100755 --- a/t/t1502-rev-parse-parseopt.sh +++ b/t/t1502-rev-parse-parseopt.sh @@ -13,7 +13,7 @@ usage: some-command [options] <args>... --bar ... some cool option --bar with an argument An option group Header - -C [...] option C with an optional argument + -C[...] option C with an optional argument Extras --extra1 line above used to cause a segfault but no longer does |