Re: [PATCH v3 07/10] cat-file: fix remaining usage bugs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Nov 30, 2021 at 10:43 AM Ævar Arnfjörð Bjarmason
<avarab@xxxxxxxxx> wrote:
>
> -       if (force_path && batch.enabled) {
> -               error("--path=<path> incompatible with --batch");
> -               usage_with_options(usage, options);
> -       }
> +       /* Option compatibility */
> +       if (force_path && !opt_cw)
> +               usage_msg_optf(_("'%s=<%s> needs '%s' or '%s'"),

Unmatched SQ.  Should be  "'%s=<%s>' needs '%s' or '%s'" ?

See: https://github.com/git-l10n/git-po/blob/pot/seen/2021-12-02.diff#L31




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux