* mkpasswd.c (opts): Add indication that '-p' option requires an argument.
This commit is contained in:
parent
d315f8fc0b
commit
bdc7392ce3
|
@ -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>
|
2001-12-11 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* Makefile.in: Add define to CXXFLAGS.
|
* Makefile.in: Add define to CXXFLAGS.
|
||||||
|
|
|
@ -415,7 +415,7 @@ struct option longopts[] = {
|
||||||
{0, no_argument, NULL, 0}
|
{0, no_argument, NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
char opts[] = "ldo:gsmhpu:";
|
char opts[] = "ldo:gsmhp:u:";
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
|
|
Loading…
Reference in New Issue