From 4feaaa4750ce382f5a349449d9c171051dc40a8f Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 14 Sep 2010 22:27:06 +0100 Subject: [PATCH] fish: Remove extraneous space from usage message. (cherry picked from commit 31a2c006cd6486f0ca5afb11e42bcc412385a074) --- fish/fish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/fish.c b/fish/fish.c index 8ec633c..e4dab91 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -127,7 +127,7 @@ usage (int status) " -v|--verbose Verbose messages\n" " -x Echo each command before executing it\n" " -V|--version Display version and exit\n" - "For more information, see the manpage %s(1).\n"), + "For more information, see the manpage %s(1).\n"), program_name, program_name, program_name, program_name, program_name, program_name, program_name, program_name, program_name); -- 1.8.3.1