1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Added -v to usage().

This commit is contained in:
Ruslan Ermilov 2004-05-16 20:41:11 +00:00
parent 463e5aa66e
commit 6a50100135
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129285

View File

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