summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>1999-12-17 14:44:38 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>1999-12-17 14:44:38 +0000
commit679c86086aa38599fcc5c285d82ed2566bc3382f (patch)
treec4d53d97189531e4163c7ea913d477352491b62f
parent119c6924508526d54b2d968e8bd3f5073f8cd58b (diff)
Notes
-rw-r--r--usr.bin/chpass/chpass.114
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1
index b36ddbba10e6..1b9f8b1282dd 100644
--- a/usr.bin/chpass/chpass.1
+++ b/usr.bin/chpass/chpass.1
@@ -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 .