From 1eb61777aa70b52e6dcb247c0fec0743c9609108 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 2 Oct 2018 13:48:27 +0100 Subject: [PATCH] git-debrebase: Replace `git-debrebase:' with `$us:' in bad usage msg This is a different pattern as it is in a translated message, so we change __ to f_. Signed-off-by: Ian Jackson --- git-debrebase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-debrebase b/git-debrebase index 2fa8cf47..c1bef12c 100755 --- a/git-debrebase +++ b/git-debrebase @@ -2978,7 +2978,7 @@ getoptions_main 'experimental-merge-resolution!', \$opt_merges, '-i:s' => sub { my ($opt,$val) = @_; - badusage __ "git-debrebase: no cuddling to -i for git-rebase" + badusage f_ "%s: no cuddling to -i for git-rebase", $us if length $val; confess if $opt_defaultcmd_interactive; # should not happen $opt_defaultcmd_interactive = [ qw(-i) ]; -- 2.30.2