Merge branch 'ab/sha1dc'
[gitweb.git] / parse-options.c
index cbf84a60482126a03af0913b88fb297a34eb5b70..0dd9fc6a0dd0a518200d9bbd834decb3c3ee22c6 100644 (file)
@@ -590,8 +590,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)