mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
auth(8): sync usage messages for auth/box
This commit is contained in:
parent
a7081490db
commit
0e9c5f30ea
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
.TH AUTH 8
|
||||
.SH NAME
|
||||
changeuser, convkeys, printnetkey, status, enable, disable, authsrv, guard.srv, debug, wrkey, login, newns, none, as \- maintain or query authentication databases
|
||||
changeuser, convkeys, printnetkey, status, enable, disable, authsrv, guard.srv, debug, wrkey, login, newns, none, box, as \- maintain or query authentication databases
|
||||
.SH SYNOPSIS
|
||||
.B auth/changeuser
|
||||
.RB [ -np ]
|
||||
|
|
|
@ -143,7 +143,7 @@ push(char *path, int flag)
|
|||
void
|
||||
usage(void)
|
||||
{
|
||||
fprint(2, "usage %s: [ -r file ] [ -c dir ] [ -e devs ] cmd args...\n", argv0);
|
||||
fprint(2, "usage %s: [ -s ] [ -rc file ] [ -e devs ] command arg ...\n", argv0);
|
||||
exits("usage");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue