* mkpasswd.c (opts): Add indication that '-p' option requires an argument.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user