summaryrefslogtreecommitdiffstats
path: root/pw/pw.c
diff options
context:
space:
mode:
authorLukas Ertl <le@FreeBSD.org>2007-03-30 11:23:10 +0000
committerLukas Ertl <le@FreeBSD.org>2007-03-30 11:23:10 +0000
commit678412e2ca614bde0a78f68030d634364c0b5a9f (patch)
tree0e4e14e94760be768219232eccfda8753fa332c2 /pw/pw.c
parent426250738b1d9878487cba75856b1cfc6430c195 (diff)
downloadpw-darwin-678412e2ca614bde0a78f68030d634364c0b5a9f.tar.gz
pw-darwin-678412e2ca614bde0a78f68030d634364c0b5a9f.tar.zst
pw-darwin-678412e2ca614bde0a78f68030d634364c0b5a9f.zip
Add home directory creation mode to pw.conf(5) and be a bit
more specific about the effect of the current umask on -M.
Diffstat (limited to 'pw/pw.c')
-rw-r--r--pw/pw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw/pw.c b/pw/pw.c
index f13a94f..c5ebe42 100644
--- a/pw/pw.c
+++ b/pw/pw.c
@@ -328,6 +328,7 @@ cmdhelp(int mode, int which)
"\t-G grp1,grp2 additional groups\n"
"\t-L class default user class\n"
"\t-k dir default home skeleton\n"
+ "\t-M mode home directory permissions\n"
"\t-u min,max set min,max uids\n"
"\t-i min,max set min,max gids\n"
"\t-w method set default password method\n"