X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=parse-options.h;h=d982f0f1bf181f00f54861eb768504007490e95d;hb=54f4cd9e8c7992f70d16efac3c6fc0a18ac0b156;hp=7435cdbf1d94378cf1c3408ae17cb610165a00ba;hpb=aa57328d60f5d5a5f74d1d336caf06b6bdf4fd03;p=thirdparty%2Fgit.git diff --git a/parse-options.h b/parse-options.h index 7435cdbf1d..d982f0f1bf 100644 --- a/parse-options.h +++ b/parse-options.h @@ -69,7 +69,7 @@ typedef int parse_opt_cb(const struct option *, const char *arg, int unset); * `flags`:: * mask of parse_opt_option_flags. * PARSE_OPT_OPTARG: says that the argument is optional (not for BOOLEANs) - * PARSE_OPT_NOARG: says that this option takes no argument + * PARSE_OPT_NOARG: says that this option does not take an argument * PARSE_OPT_NONEG: says that this option cannot be negated * PARSE_OPT_HIDDEN: this option is skipped in the default usage, and * shown only in the full usage.