mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Document -e flag.
PR: docs/14936 Submitted by: Stephen J. Roznowski <sjr@home.com>
This commit is contained in:
parent
db7fa4b8d5
commit
2e15fcdf53
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54742
@ -47,8 +47,19 @@
|
||||
.Nm chpass
|
||||
.Op Fl a Ar list
|
||||
.Op Fl p Ar encpass
|
||||
.Op Fl e Ar expiretime
|
||||
.Op Fl s Ar newshell
|
||||
.Op user
|
||||
.Pp
|
||||
.Nm chpass
|
||||
.Op Fl oly
|
||||
.Op Fl a Ar list
|
||||
.Op Fl p Ar encpass
|
||||
.Op Fl e Ar expiretime
|
||||
.Op Fl s Ar newshell
|
||||
.Op Fl d Ar domain
|
||||
.Op Fl h Ar host
|
||||
.Op user
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
@ -77,6 +88,9 @@ The super-user is allowed to directly supply an encrypted password field,
|
||||
in the format used by
|
||||
.Xr crypt 3 ,
|
||||
as an argument.
|
||||
.It Fl e Ar expiretime
|
||||
Change the account expire time. This option is used to set the expire time
|
||||
from a script as if it was done in the interactive editor.
|
||||
.It Fl s Ar newshell
|
||||
Attempt to change the user's shell to
|
||||
.Ar newshell .
|
||||
|
Loading…
Reference in New Issue
Block a user