diff options
author | Lukas Ertl <le@FreeBSD.org> | 2007-03-30 10:02:47 +0000 |
---|---|---|
committer | Lukas Ertl <le@FreeBSD.org> | 2007-03-30 10:02:47 +0000 |
commit | 1dd634b049c12974f073a65f4e1178d8f0e6860c (patch) | |
tree | d8eeeaec2851cb52320c71e80471bfc678447c16 | |
parent | 611619b3382da305758b92e5ca4b4327e2025e21 (diff) |
Notes
-rw-r--r-- | usr.sbin/pw/pw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c index 54a08fb5c02df..f13a94ff0c8c9 100644 --- a/usr.sbin/pw/pw.c +++ b/usr.sbin/pw/pw.c @@ -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" |