summaryrefslogtreecommitdiff
path: root/test-parse-options.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-11-11 15:12:06 -0800
committerJunio C Hamano <gitster@pobox.com>2007-11-11 15:12:06 -0800
commit91febfba6f86e77c0ed320ecf7d0704be13c25fe (patch)
tree3b4c25013837ccbe4a1a1a3edbf89a782f135caf /test-parse-options.c
parent82527cf33e59308b86cf3defe9ae0f5c2367a012 (diff)
parent243e0614e0f8783599b20106b50eee56d0a17332 (diff)
downloadgit-91febfba6f86e77c0ed320ecf7d0704be13c25fe.tar.gz
Merge branch 'js/parseopt-abbrev-fix'
* js/parseopt-abbrev-fix: parse-options: abbreviation engine fix.
Diffstat (limited to 'test-parse-options.c')
-rw-r--r--test-parse-options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-parse-options.c b/test-parse-options.c
index 277cfe4d6d..4d3e2ec39e 100644
--- a/test-parse-options.c
+++ b/test-parse-options.c
@@ -18,6 +18,7 @@ int main(int argc, const char **argv)
OPT_GROUP("string options"),
OPT_STRING('s', "string", &string, "string", "get a string"),
OPT_STRING(0, "string2", &string, "str", "get another string"),
+ OPT_STRING(0, "st", &string, "st", "get another string (pervert ordering)"),
OPT_END(),
};
int i;