OSDN Git Service

* mkpasswd.c (opts): Add indication that '-p' option requires an argument.
authorcgf <cgf>
Fri, 14 Dec 2001 17:15:37 +0000 (17:15 +0000)
committercgf <cgf>
Fri, 14 Dec 2001 17:15:37 +0000 (17:15 +0000)
winsup/utils/ChangeLog
winsup/utils/mkpasswd.c

index 63d77c3..3cb8a36 100644 (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.
index 0f0b2cd..413739e 100644 (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)