-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 = ""; |