diff options
Diffstat (limited to 'usr.sbin/user/useradd.8')
-rw-r--r-- | usr.sbin/user/useradd.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8 index f463b26be16..9b021e3617b 100644 --- a/usr.sbin/user/useradd.8 +++ b/usr.sbin/user/useradd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: useradd.8,v 1.8 2000/05/05 23:22:39 ho Exp $ */ +.\" $OpenBSD: useradd.8,v 1.9 2000/08/25 16:37:28 jakob Exp $ */ .\" $NetBSD: useradd.8,v 1.5 2000/02/28 05:10:57 enami Exp $ */ .\" .\" @@ -46,6 +46,7 @@ .Op Fl f Ar inactive-secs .Op Fl g Ar gid/name/=uid .Op Fl r Ar low..high +.Op Fl s Ar shell .Nm useradd .Op Fl G Ar secondary-group[,group,...] .Op Fl b Ar base-dir @@ -108,6 +109,8 @@ command. sets the low and high bounds of uid ranges for new users. A new user can only be created if there are uids which can be assigned from one of the free ranges. +.It Fl s Ar shell +sets the login shell for new users. .El .Pp In the second form of the command, |