mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document the lock and unlock commands. This fixes a segmentation fault.
PR: 25187 Approved by: nik
This commit is contained in:
parent
e468afb48d
commit
ed6fd55a59
1 changed files with 10 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue