]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/shortlog.c
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
[thirdparty/git.git] / builtin / shortlog.c
index 98508fc5561ec2b2290c8078cac49301dce5a347..581293ee7b2138daff127dfdafcaf5d927a1d5ba 100644 (file)
@@ -268,8 +268,7 @@ int cmd_shortlog(int argc, const char **argv, const char *prefix)
                OPT_BOOL('e', "email", &log.email,
                         N_("Show the email address of each author")),
                { OPTION_CALLBACK, 'w', NULL, &log, N_("<w>[,<i1>[,<i2>]]"),
-                       N_("Linewrap output"),
-                       PARSE_OPT_OPTARG | PARSE_OPT_LITERAL_ARGHELP,
+                       N_("Linewrap output"), PARSE_OPT_OPTARG,
                        &parse_wrap_args },
                OPT_END(),
        };