git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c87dd1
)
fish: Remove extraneous space from usage message.
author
Richard Jones
<rjones@redhat.com>
Tue, 14 Sep 2010 21:27:06 +0000
(22:27 +0100)
committer
Richard Jones
<rjones@redhat.com>
Tue, 14 Sep 2010 21:27:06 +0000
(22:27 +0100)
fish/fish.c
patch
|
blob
|
history
diff --git
a/fish/fish.c
b/fish/fish.c
index
04ee5b0
..
19a551c
100644
(file)
--- a/
fish/fish.c
+++ b/
fish/fish.c
@@
-147,7
+147,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);