author | Tom Tromey <tom@tromey.com> | 2019年06月01日 14:18:48 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019年06月01日 14:21:16 -0600 |
commit | 5078ca4cbc279970f0478e19d78ed8c8818a63a9 (patch) | |
tree | 56ac4cc392a2c37249453e7e273b1da63930b956 /src/check-regexp_cmd.c | |
parent | b4fc95d90a702d2001369d68d0972a43caa172be (diff) | |
download | src-highlite-5078ca4cbc279970f0478e19d78ed8c8818a63a9.tar.gz |
-rw-r--r-- | src/check-regexp_cmd.c | 4 |
diff --git a/src/check-regexp_cmd.c b/src/check-regexp_cmd.c index bbb2b0b..2f9043b 100644 --- a/src/check-regexp_cmd.c +++ b/src/check-regexp_cmd.c @@ -1,7 +1,7 @@ /* File autogenerated by gengetopt version 2.22.6 generated with the following command: - /home/bettini/usr/local/bin/gengetopt --input ../../src/check-regexp_cmd.ggo --unamed-opts -F check-regexp_cmd --output-dir=../../src + /bin/gengetopt --input ../../src/check-regexp_cmd.ggo --unamed-opts -F check-regexp_cmd --output-dir=../../src The developers of gengetopt consider the fixed text that goes in all gengetopt output files to be in the public domain: @@ -27,7 +27,7 @@ const char *gengetopt_args_info_purpose = "Tries to match the regular expression passed as the first argument\nagainst the strings passed as remaining arguments"; -const char *gengetopt_args_info_usage = "Usage: check-regexp 'regular expression' 'string1' 'string2' ..."; +const char *gengetopt_args_info_usage = "Usage: check-regexp REGULAR_EXPRESSION STRING1 STRING2 ..."; const char *gengetopt_args_info_versiontext = ""; |