diff options
Diffstat (limited to 'bin/rmdir/rmdir.1')
-rw-r--r-- | bin/rmdir/rmdir.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index 018b793..3950fa3 100644 --- a/bin/rmdir/rmdir.1 +++ b/bin/rmdir/rmdir.1 @@ -35,7 +35,7 @@ .\" @(#)rmdir.1 8.1 (Berkeley) 5/31/93 .\" $FreeBSD$ .\" -.Dd May 31, 1993 +.Dd March 21, 2004 .Dt RMDIR 1 .Os .Sh NAME @@ -43,7 +43,7 @@ .Nd remove directories .Sh SYNOPSIS .Nm -.Op Fl p +.Op Fl pv .Ar directory ... .Sh DESCRIPTION The @@ -72,6 +72,8 @@ starting with the last most component. (See .Xr rm 1 for fully non-discriminant recursive removal.) +.It Fl v +Be verbose, listing each directory as it is removed. .El .Pp The |