Update usage for the addition of -n in rev 1.35 of mv.c.

Approved by:	obrien, sheldonh (mentor).
This commit is contained in:
Johan Karlsson 2002-07-09 17:45:13 +00:00
parent d1e52a1c8d
commit 0f7109e8c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99678
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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);
}