summaryrefslogtreecommitdiffstats
path: root/fish/fish.c
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-14 22:27:06 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-23 15:51:54 +0100
commiteb5ddc085fc1cdbeaea5f57eeeb233328516f532 (patch)
treeac85a41e107f408843d295085f8b6da60b6d4109 /fish/fish.c
parent7a916901fe144b137a3e9e1d78a2622d48e4290c (diff)
downloadlibguestfs-eb5ddc085fc1cdbeaea5f57eeeb233328516f532.tar.gz
libguestfs-eb5ddc085fc1cdbeaea5f57eeeb233328516f532.tar.xz
libguestfs-eb5ddc085fc1cdbeaea5f57eeeb233328516f532.zip
fish: Remove extraneous space from usage message.
(cherry picked from commit 31a2c006cd6486f0ca5afb11e42bcc412385a074)
Diffstat (limited to 'fish/fish.c')
-rw-r--r--fish/fish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/fish.c b/fish/fish.c
index d2106ebd..a343032d 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -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);