mirror of https://git.tukaani.org/xz.git
Add a missing space to an error message.
Thanks to Robert Readman.
This commit is contained in:
parent
e5496f9628
commit
38b8035b5c
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue