diff options
author | Stephen Boyd <bebarino@gmail.com> | 2009-05-21 00:33:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-22 22:46:04 -0700 |
commit | 29f25d493c1021a53acf41e5763e732217dd75c3 (patch) | |
tree | bd8cd30ac668fc61db313ce920dd2f3e5658079b /t/t5601-clone.sh | |
parent | show-branch: Fix die message in parse_reflog_param() (diff) | |
download | tgif-29f25d493c1021a53acf41e5763e732217dd75c3.tar.xz |
parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh's
Usually, the argh element in struct option points at a placeholder value
(e.g. "val"), and is shown in the usage message as
--option=<val>
by enclosing the string inside of angle brackets.
When the option is more complex (e.g. optional arguments separated by a
comma), you would want to produce a usage message that looks like
--option=<val1>[,<val2>]
In such a case, the caller can pass a string to argh with placeholders
already enclosed in necessary angle brackets (e.g. "<val1>[,<val2>]")
and set this flag.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5601-clone.sh')
0 files changed, 0 insertions, 0 deletions