* 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

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