diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-08-25 16:37:29 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-08-25 16:37:29 +0000 |
commit | 78ca78140d230cc841a6e16e8540b329643bd08b (patch) | |
tree | c137e3a43ec5cd104a2fb8a9b98d8e9f60ed646e /usr.sbin/user | |
parent | b92b6a092a4655de2f5b862e20b2ef6dc553831b (diff) |
document -s option with -D; PR#1374
Diffstat (limited to 'usr.sbin/user')
-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, |