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