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
commitabdbf0ce5b290f2af7177279704ab6c0c83a2a2b (patch)
tree1fc2f362e082e5c3fdd4808dd1a2a168bc46f18c /pw/pw.c
parent6c558b459495a9f26c675637f9fbd07938502e5d (diff)
downloadpw-darwin-abdbf0ce5b290f2af7177279704ab6c0c83a2a2b.tar.gz
pw-darwin-abdbf0ce5b290f2af7177279704ab6c0c83a2a2b.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"