Add a missing space to an error message.

Thanks to Robert Readman.
This commit is contained in:
Lasse Collin 2010-01-26 23:37:46 +02:00
parent e5496f9628
commit 38b8035b5c
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ parse_real(args_info *args, int argc, char **argv)
case OPT_FILES0: case OPT_FILES0:
if (args->files_name != NULL) if (args->files_name != NULL)
message_fatal(_("Only one file can be " message_fatal(_("Only one file can be "
"specified with `--files'" "specified with `--files' "
"or `--files0'.")); "or `--files0'."));
if (optarg == NULL) { if (optarg == NULL) {