On 2018-08-02 21:17, René Scharfe wrote:
> Don't translate the argument specification for --chmod; "+x" and "-x"
> are the literal strings that the commands accept.
> > [...]
> 
> -     OPT_STRING( 0 , "chmod", &chmod_arg, N_("(+/-)x"), N_("override the 
> executable bit of the listed files")),
> +     { OPTION_STRING, 0, "chmod", &chmod_arg, "(+|-)x",
> +       N_("override the executable bit of the listed files"),
> +       PARSE_OPT_LITERAL_ARGHELP },

Would it make sense to drop the localizations in po/* as well?
Or should such things be handled with l10n rounds?

Can be found using:

    grep '(+/-)x' po/*

Reply via email to