From 2f93827b34c662276eef0f1db49c0aff94eab25f Mon Sep 17 00:00:00 2001 From: le Date: Fri, 30 Mar 2007 10:02:47 +0000 Subject: Add -M argument to usage() output. --- usr.sbin/pw/pw.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/pw') diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c index 54a08fb..f13a94f 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" -- cgit v1.1