summaryrefslogtreecommitdiff
path: root/coreutils/mv.c
diff options
context:
space:
mode:
authorDenys Vlasenko2021-04-14 15:15:45 +0200
committerDenys Vlasenko2021-04-14 15:15:45 +0200
commitba9f9c2d2c57f6041c6c01ba7c0e8379a5f5d440 (patch)
tree2b09bd23498d75f02e7d8bd2d5132e79deb299d7 /coreutils/mv.c
parent93f1255af28c5fca0e704c6096e25fb3a5c09a67 (diff)
downloadbusybox-ba9f9c2d2c57f6041c6c01ba7c0e8379a5f5d440.zip
busybox-ba9f9c2d2c57f6041c6c01ba7c0e8379a5f5d440.tar.gz
*: --help text tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r--coreutils/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c
index b9f8f69..f5ed9fc 100644
--- a/coreutils/mv.c
+++ b/coreutils/mv.c
@@ -26,7 +26,7 @@
//usage: "[-fin] SOURCE DEST\n"
//usage: "or: mv [-fin] SOURCE... DIRECTORY"
//usage:#define mv_full_usage "\n\n"
-//usage: "Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY\n"
+//usage: "Rename SOURCE to DEST, or move SOURCEs to DIRECTORY\n"
//usage: "\n -f Don't prompt before overwriting"
//usage: "\n -i Interactive, prompt before overwrite"
//usage: "\n -n Don't overwrite an existing file"