fish: Remove extraneous space from usage message.

This commit is contained in:
Richard Jones
2010-09-14 22:27:06 +01:00
parent 7c87dd1cf9
commit 31a2c006cd

View File

@@ -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);