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
parentd315f8fc0bf57b41c2a99e3657581eb96bf9cb4e (diff)
* mkpasswd.c (opts): Add indication that '-p' option requires an argument.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog5
-rw-r--r--winsup/utils/mkpasswd.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 63d77c3a4..3cb8a3627 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -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.
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)