diff options
| author | Junio C Hamano <gitster@pobox.com> | 2017-06-04 09:55:44 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2017-06-04 09:55:44 +0900 |
| commit | c5da34c12481ff6edc3f46463cbf43efe856308e (patch) | |
| tree | 1f6be27746458c6314427a3ba264db6341288151 /parse-options.c | |
| parent | Merge branch 'jk/unbreak-am-h' (diff) | |
| parent | C style: use standard style for "TRANSLATORS" comments (diff) | |
| download | git-c5da34c12481ff6edc3f46463cbf43efe856308e.tar.gz git-c5da34c12481ff6edc3f46463cbf43efe856308e.zip | |
Merge branch 'ab/c-translators-comment-style'
Update the C style recommendation for notes for translators, as
recent versions of gettext tools can work with our style of
multi-line comments.
* ab/c-translators-comment-style:
C style: use standard style for "TRANSLATORS" comments
Diffstat (limited to 'parse-options.c')
| -rw-r--r-- | parse-options.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/parse-options.c b/parse-options.c index a23a1e67f0..e5ad34a2c3 100644 --- a/parse-options.c +++ b/parse-options.c @@ -589,8 +589,10 @@ static int usage_with_options_internal(struct parse_opt_ctx_t *ctx, fprintf_ln(outfile, _("usage: %s"), _(*usagestr++)); while (*usagestr && **usagestr) - /* TRANSLATORS: the colon here should align with the - one in "usage: %s" translation */ + /* + * TRANSLATORS: the colon here should align with the + * one in "usage: %s" translation. + */ fprintf_ln(outfile, _(" or: %s"), _(*usagestr++)); while (*usagestr) { if (**usagestr) |
