* mkpasswd.c (opts): Add indication that '-p' option requires an argument.

This commit is contained in:
Christopher Faylor 2001-12-14 17:15:37 +00:00
parent d315f8fc0b
commit bdc7392ce3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Fri Dec 14 12:10:39 2001 Jason Tishler <jason@tishler.net>
* mkpasswd.c (opts): Add indication that '-p' option requires an
argument.
2001-12-11 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Add define to CXXFLAGS.

View File

@ -415,7 +415,7 @@ struct option longopts[] = {
{0, no_argument, NULL, 0}
};
char opts[] = "ldo:gsmhpu:";
char opts[] = "ldo:gsmhp:u:";
int
main (int argc, char **argv)