diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-03-14 03:24:30 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-03-14 03:24:30 +0000 |
| commit | ed6fd55a5922a7d657ce1c59dbf21e4e9c109b06 (patch) | |
| tree | 7c0a5bed85074de3843c071bf4d4b5e99de2c872 | |
| parent | e468afb48daa6f8ba7d4f2b5df994d3e48695675 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pw/pw.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c index dd23df92e1c12..a1f9d8cf8abc4 100644 --- a/usr.sbin/pw/pw.c +++ b/usr.sbin/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" } }; |
