aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>1999-12-17 14:43:33 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>1999-12-17 14:43:33 +0000
commit2e15fcdf530b15a6d41f55ad187441efaea8728f (patch)
treed973c560325b06b6cc82aada6133b356e1d99a33 /usr.bin
parentdb7fa4b8d586108538feb78cecfd02ea4c017c1d (diff)
downloadsrc-2e15fcdf530b15a6d41f55ad187441efaea8728f.tar.gz
src-2e15fcdf530b15a6d41f55ad187441efaea8728f.zip
Document -e flag.
PR: docs/14936 Submitted by: Stephen J. Roznowski <sjr@home.com>
Notes
Notes: svn path=/head/; revision=54742
Diffstat (limited to 'usr.bin')
-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 41595e1458e4..615751b4dd29 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 .