summaryrefslogtreecommitdiffstats
path: root/pw/pw.c
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-03-14 03:24:30 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-03-14 03:24:30 +0000
commite695b24645332807e8378a9f999ccf946da479f1 (patch)
tree9dfa899b1630de4198e46447a51cc546b01da2eb /pw/pw.c
parent728acab3c15c118bb1fbfd497c3bb4401c47fc70 (diff)
downloadpw-darwin-e695b24645332807e8378a9f999ccf946da479f1.tar.gz
pw-darwin-e695b24645332807e8378a9f999ccf946da479f1.tar.zst
pw-darwin-e695b24645332807e8378a9f999ccf946da479f1.zip
Document the lock and unlock commands. This fixes a segmentation fault.
PR: 25187 Approved by: nik
Diffstat (limited to 'pw/pw.c')
-rw-r--r--pw/pw.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/pw/pw.c b/pw/pw.c
index dd23df9..a1f9d8c 100644
--- a/pw/pw.c
+++ b/pw/pw.c
@@ -370,6 +370,15 @@ cmdhelp(int mode, int which)
"usage: pw usernext [switches]\n"
"\t-V etcdir alternate /etc location\n"
"\t-C config configuration file\n"
+ "\t-q quiet operation\n",
+ "usage pw: lock [switches]\n"
+ "\t-V etcdir alternate /etc locations\n"
+ "\t-C config configuration file\n"
+ "\t-q quiet operation\n",
+ "usage pw: unlock [switches]\n"
+ "\t-V etcdir alternate /etc locations\n"
+ "\t-C config configuration file\n"
+ "\t-q quiet operation\n"
},
{
"usage: pw groupadd [group|gid] [switches]\n"
@@ -409,6 +418,7 @@ cmdhelp(int mode, int which)
"usage: pw groupnext [switches]\n"
"\t-V etcdir alternate /etc location\n"
"\t-C config configuration file\n"
+ "\t-q quiet operation\n"
}
};