summaryrefslogtreecommitdiffstats
path: root/bin/mv/mv.c
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2002-07-09 17:45:13 +0000
committerjohan <johan@FreeBSD.org>2002-07-09 17:45:13 +0000
commitc7b5c353d2140d735f9dbf525fb3641ee66fe0ab (patch)
tree51c24fce43aa2dbefe3010c7fe5013980fe76fe7 /bin/mv/mv.c
parentd55813b26181eaa176a028fd8c9a2e740df60962 (diff)
downloadFreeBSD-src-c7b5c353d2140d735f9dbf525fb3641ee66fe0ab.zip
FreeBSD-src-c7b5c353d2140d735f9dbf525fb3641ee66fe0ab.tar.gz
Update usage for the addition of -n in rev 1.35 of mv.c.
Approved by: obrien, sheldonh (mentor).
Diffstat (limited to 'bin/mv/mv.c')
-rw-r--r--bin/mv/mv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mv/mv.c b/bin/mv/mv.c
index f8dc938..3f91ca0 100644
--- a/bin/mv/mv.c
+++ b/bin/mv/mv.c
@@ -380,7 +380,7 @@ usage(void)
{
(void)fprintf(stderr, "%s\n%s\n",
- "usage: mv [-f | -i] [-v] source target",
- " mv [-f | -i] [-v] source ... directory");
+ "usage: mv [-f | -i | -n] [-v] source target",
+ " mv [-f | -i | -n] [-v] source ... directory");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud