USAGE revision 238438
1234353Sdim# Copyright (c) 2012 Devin Teske
2224133Sdim# All Rights Reserved.
3224133Sdim#
4224133Sdim# Redistribution and use in source and binary forms, with or without
5224133Sdim# modification, are permitted provided that the following conditions
6224133Sdim# are met:
7224133Sdim# 1. Redistributions of source code must retain the above copyright
8224133Sdim#    notice, this list of conditions and the following disclaimer.
9224133Sdim# 2. Redistributions in binary form must reproduce the above copyright
10224133Sdim#    notice, this list of conditions and the following disclaimer in the
11224133Sdim#    documentation and/or other materials provided with the distribution.
12224133Sdim#
13224133Sdim# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14224133Sdim# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE
15224133Sdim# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16224133Sdim# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17263508Sdim# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18224133Sdim# DAMAGES (INLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19224133Sdim# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20263763Sdim# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21224133Sdim# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22263763Sdim# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23263763Sdim# SUCH DAMAGE.
24263763Sdim#
25263763Sdim# $FreeBSD: head/usr.sbin/bsdconfig/docsinstall/USAGE 238438 2012-07-14 03:16:57Z dteske $
26263763Sdim
27263763SdimUsage: bsdconfig @PROGRAM_NAME@ [OPTIONS]
28263763Sdim
29263763SdimOPTIONS:
30263763Sdim	-h         Print usage statement and exit.
31263763Sdim	-S         Secure X11 mode (implies `-X'). As root, always prompt-for
32224133Sdim	           and validate sudo(8) username/password before starting.
33263763Sdim	-X         Use Xdialog(1) in place of dialog(1).
34263763Sdim