Add -M argument to usage() output.

This commit is contained in:
Lukas Ertl 2007-03-30 10:02:47 +00:00
parent 611619b338
commit 1dd634b049
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168043

View File

@ -310,6 +310,7 @@ cmdhelp(int mode, int which)
"\t-g grp initial group\n"
"\t-G grp1,grp2 additional groups\n"
"\t-m [ -k dir ] create and set up home\n"
"\t-M mode home directory permissions\n"
"\t-s shell name of login shell\n"
"\t-o duplicate uid ok\n"
"\t-L class user class\n"
@ -354,6 +355,7 @@ cmdhelp(int mode, int which)
"\t-l name new login name\n"
"\t-L class user class\n"
"\t-m [ -k dir ] create and set up home\n"
"\t-M mode home directory permissions\n"
"\t-s shell name of login shell\n"
"\t-w method set new password using method\n"
"\t-h fd read password on fd\n"