USAGE revision 238438
1130143Sdas# Copyright (c) 2012 Devin Teske
2130143Sdas# All Rights Reserved.
3266314Sian#
4130143Sdas# Redistribution and use in source and binary forms, with or without
5130143Sdas# modification, are permitted provided that the following conditions
6130143Sdas# are met:
7130143Sdas# 1. Redistributions of source code must retain the above copyright
8130143Sdas#    notice, this list of conditions and the following disclaimer.
9130143Sdas# 2. Redistributions in binary form must reproduce the above copyright
10130143Sdas#    notice, this list of conditions and the following disclaimer in the
11130143Sdas#    documentation and/or other materials provided with the distribution.
12130143Sdas#
13130143Sdas# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14130143Sdas# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE
15130143Sdas# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16130143Sdas# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17130143Sdas# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18130143Sdas# DAMAGES (INLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19130143Sdas# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20130143Sdas# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21130143Sdas# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22130143Sdas# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23130143Sdas# SUCH DAMAGE.
24130143Sdas#
25130143Sdas# $FreeBSD: head/usr.sbin/bsdconfig/usermgmt/USAGE 238438 2012-07-14 03:16:57Z dteske $
26130143Sdas
27130143SdasUsage: bsdconfig @PROGRAM_NAME@ [OPTIONS]
28130143Sdas
29130143SdasOPTIONS:
30226218Sdas	-h         Print usage statement and exit.
31226415Sdas	-S         Secure X11 mode (implies `-X'). As root, always prompt-for
32130143Sdas	           and validate sudo(8) username/password before starting.
33273827Sandrew	-X         Use Xdialog(1) in place of dialog(1).
34273827Sandrew