1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

change a message and add usage(1) to another.

This commit is contained in:
Jim Meyering
1999-10-17 16:26:30 +00:00
parent 5d694e4cc3
commit 8bbc2e2937
+5 -2
View File
@@ -451,7 +451,7 @@ main (int argc, char **argv)
{
if (!dest_is_dir)
{
error (0, 0, _("specified target directory, `%s' is not a directory"),
error (0, 0, _("specified target, `%s' is not a directory"),
target_directory);
usage (1);
}
@@ -473,8 +473,11 @@ main (int argc, char **argv)
}
if (n_files > 2 && !dest_is_dir)
error (1, 0,
{
error (0, 0,
_("when moving multiple files, last argument must be a directory"));
usage (1);
}
}
x.backup_type = (make_backups