From: Ian Jackson Date: Tue, 2 Oct 2018 12:48:27 +0000 (+0100) Subject: git-debrebase: Replace `git-debrebase:' with `$us:' in bad usage msg X-Git-Tag: archive/debian/7.0~36 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1eb61777aa70b52e6dcb247c0fec0743c9609108;p=dgit.git 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 --- 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) ];