fish: Remove extraneous space from usage message.
authorRichard Jones <rjones@redhat.com>
Tue, 14 Sep 2010 21:27:06 +0000 (22:27 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 23 Oct 2010 14:51:54 +0000 (15:51 +0100)
(cherry picked from commit 31a2c006cd6486f0ca5afb11e42bcc412385a074)

fish/fish.c

index d2106eb..a343032 100644 (file)
@@ -121,7 +121,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);