Added -v to usage().

This commit is contained in:
Ruslan Ermilov 2004-05-16 20:41:11 +00:00
parent 463e5aa66e
commit 6a50100135

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