summaryrefslogtreecommitdiffstats
path: root/bin/mv
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
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')
-rw-r--r--bin/mv/mv.12
-rw-r--r--bin/mv/mv.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 6895180..d034727 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -47,7 +47,7 @@
.Op Fl v
.Ar source target
.Nm
-.Op Fl f | Fl i
+.Op Fl f | Fl i | Fl n
.Op Fl v
.Ar source ... directory
.Sh DESCRIPTION
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