Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-12-14 20:15:37 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-14 20:15:37 +0300
commitbdc7392ce30a5b90ecf05b73c04cc34496482f8e (patch)
tree792213cf8706f3de10fb06e36ed54220d3abaf39 /winsup/utils/mkpasswd.c
parentd315f8fc0bf57b41c2a99e3657581eb96bf9cb4e (diff)
* mkpasswd.c (opts): Add indication that '-p' option requires an argument.
Diffstat (limited to 'winsup/utils/mkpasswd.c')
-rw-r--r--winsup/utils/mkpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/mkpasswd.c b/winsup/utils/mkpasswd.c
index 0f0b2cdb9..413739e4a 100644
--- a/winsup/utils/mkpasswd.c
+++ b/winsup/utils/mkpasswd.c
@@ -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)