diff options
author | steve <steve@FreeBSD.org> | 1998-02-14 22:55:23 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-14 22:55:23 +0000 |
commit | b0853d61f8d400384360f215e6976fa33cf950c8 (patch) | |
tree | fb9364ef95a246ab9335e814651d2e202780893f /usr.sbin | |
parent | 89c105433358c5159dffea06ad6c60f8ee015d03 (diff) | |
download | FreeBSD-src-b0853d61f8d400384360f215e6976fa33cf950c8.zip FreeBSD-src-b0853d61f8d400384360f215e6976fa33cf950c8.tar.gz |
Clarify the -batch arguments.
PR: 5677
Submitted by: Adrian Filipi-Martin <adrian@virginia.edu>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/adduser/adduser.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index 344c2d4..d120a4c 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: adduser.8,v 1.22 1997/09/01 06:14:16 charnier Exp $ +.\" $Id: adduser.8,v 1.23 1998/02/02 15:46:44 wosch Exp $ .\" .Dd January 9, 1995 .Dt ADDUSER 8 @@ -139,6 +139,10 @@ Parse command line options. .Bl -tag -width Ds .It Sy -batch username [group[,group]...] [class] [fullname] [password] Batch mode. +The listed groups are secondary groups that the new user should be a +member of in addition to the default login group. Null string arguments +may be used as place holders, and result in the default value for the +nulled field being used. .It Sy -check_only Check /etc/passwd, /etc/group, /etc/shells and exit. .It Sy -class Ar login_class |