Correct usage.

This commit is contained in:
dd 2001-06-26 02:11:48 +00:00
parent 7be881695d
commit c40f00cda2

View File

@ -1408,6 +1408,6 @@ usage()
#ifndef NO_REGEX
(void) fprintf(stderr, " [-m pattern]");
#endif /* NO_REGEX */
(void) fprintf(stderr, "[ [#%%] file/directory/all]\n");
(void) fprintf(stderr, "[[#%%] file/directory/all]\n");
exit(1);
}