summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index aa8548da6..cd6f04e10 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -400,7 +400,7 @@ do_copy (int argc, char **argv)
if (optind >= argc)
usage (2, _("missing file arguments"));
if (optind >= argc - 1)
- usage (2, _("missing file argument"));
+ usage (2, _("missing destination file"));
dest = argv[argc - 1];