X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=parse-options.h;h=ff6506a5047044842c10c2aed366a18a918532a7;hb=f276e2a469430999ff7e3735ea7b41508ed1abd8;hp=7030d8f3da6328cde9557f91cfd80ae60040cfd6;hpb=84cdeed1cb70660b24bc574902483dc815c5918b;p=thirdparty%2Fgit.git diff --git a/parse-options.h b/parse-options.h index 7030d8f3da..ff6506a504 100644 --- a/parse-options.h +++ b/parse-options.h @@ -82,9 +82,9 @@ typedef enum parse_opt_result parse_opt_ll_cb(struct parse_opt_ctx_t *ctx, * stores pointers to the values to be filled. * * `argh`:: - * token to explain the kind of argument this option wants. Keep it - * homogeneous across the repository. Should be wrapped by N_() for - * translation. + * token to explain the kind of argument this option wants. Does not + * begin in capital letter, and does not end with a full stop. + * Should be wrapped by N_() for translation. * * `help`:: * the short help associated to what the option does.