auth(8): sync usage messages for auth/box

This commit is contained in:
Ori Bernstein 2022-08-12 20:54:45 +00:00
parent a7081490db
commit 0e9c5f30ea
2 changed files with 2 additions and 2 deletions

View file

@ -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 ]

View file

@ -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");
}