]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Document the lock and unlock commands. This fixes a segmentation fault.
authorDima Dorfman <dd@FreeBSD.org>
Wed, 14 Mar 2001 03:24:30 +0000 (03:24 +0000)
committerDima Dorfman <dd@FreeBSD.org>
Wed, 14 Mar 2001 03:24:30 +0000 (03:24 +0000)
PR: 25187
Approved by: nik

pw/pw.c

diff --git a/pw/pw.c b/pw/pw.c
index dd23df92e1c120ae63cd72a2d2ef5900a44f7326..a1f9d8cf8abc4552ca2bc64ad8a0317888319b2d 100644 (file)
--- 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"
                        }
                };