diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-02-08 14:05:54 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-02-08 14:05:54 -0800 |
| commit | 3e52ab222aa3256d9a0ca8d32b49d39d01598996 (patch) | |
| tree | 01b1a08955f4e4e196ea0045df7cd12a5d76df8c /parse-options.h | |
| parent | 71e83b2e7da61f699f4405233cc20ebf9cb7c66e (diff) | |
| parent | e73fe3dd028ad830bb44b3ad7de15901834e557f (diff) | |
| download | git-3e52ab222aa3256d9a0ca8d32b49d39d01598996.tar.gz | |
Merge branch 'zh/arg-help-format' into maint
Clean up option descriptions in "git cmd --help".
* zh/arg-help-format:
builtin/*: update usage format
parse-options: format argh like error messages
Diffstat (limited to 'parse-options.h')
| -rw-r--r-- | parse-options.h | 6 |
1 files changed, 3 insertions, 3 deletions
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. |
