summaryrefslogtreecommitdiffstats
path: root/pw
diff options
context:
space:
mode:
authorLukas Ertl <le@FreeBSD.org>2007-03-30 10:02:47 +0000
committerLukas Ertl <le@FreeBSD.org>2007-03-30 10:02:47 +0000
commit6c558b459495a9f26c675637f9fbd07938502e5d (patch)
tree857cdbd15721b7dfadb4a413b19a9a7e1f5458a7 /pw
parent9d10911301662eb3ae8f81fbc5e44755210f547d (diff)
downloadpw-darwin-6c558b459495a9f26c675637f9fbd07938502e5d.tar.gz
pw-darwin-6c558b459495a9f26c675637f9fbd07938502e5d.tar.zst
pw-darwin-6c558b459495a9f26c675637f9fbd07938502e5d.zip
Add -M argument to usage() output.
Diffstat (limited to 'pw')
-rw-r--r--pw/pw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pw/pw.c b/pw/pw.c
index 54a08fb..f13a94f 100644
--- a/pw/pw.c
+++ b/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"