diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-05-16 20:41:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-05-16 20:41:11 +0000 |
| commit | 6a50100135baae233bb5adcdbdf3f87ffa70ec90 (patch) | |
| tree | 5ac3edbdc48a15d4f42ab036fd0ac3f614923aef /bin/rmdir | |
| parent | 463e5aa66e13ad55262c9081e491df51cd1d6e0c (diff) | |
Notes
Diffstat (limited to 'bin/rmdir')
| -rw-r--r-- | bin/rmdir/rmdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index b78897377563..0317d07eae94 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -123,6 +123,6 @@ static void usage(void) { - (void)fprintf(stderr, "usage: rmdir [-p] directory ...\n"); + (void)fprintf(stderr, "usage: rmdir [-pv] directory ...\n"); exit(1); } |
