1252995Sdteske# Copyright (c) 2012-2013 Devin Teske
2252995Sdteske# All rights reserved.
3252995Sdteske#
4252995Sdteske# Redistribution and use in source and binary forms, with or without
5252995Sdteske# modification, are permitted provided that the following conditions
6252995Sdteske# are met:
7252995Sdteske# 1. Redistributions of source code must retain the above copyright
8252995Sdteske#    notice, this list of conditions and the following disclaimer.
9252995Sdteske# 2. Redistributions in binary form must reproduce the above copyright
10252995Sdteske#    notice, this list of conditions and the following disclaimer in the
11252995Sdteske#    documentation and/or other materials provided with the distribution.
12252995Sdteske#
13252995Sdteske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14252995Sdteske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15252995Sdteske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16252995Sdteske# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17252995Sdteske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18252995Sdteske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19252995Sdteske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20252995Sdteske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21252995Sdteske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22252995Sdteske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23252995Sdteske# SUCH DAMAGE.
24252995Sdteske#
25252995Sdteske# $FreeBSD$
26252995Sdteske
27252995SdteskeUsage: bsdconfig @PROGRAM_NAME@ [OPTIONS]
28252995Sdteske
29252995SdteskeOPTIONS:
30252995Sdteske	-d         Provide lots of debugging info on standard-out when running.
31252995Sdteske	-D file    Send debugging info to file. If file begins with a plus-sign
32252995Sdteske	           debug info is sent to both standard-out and file (minus the
33252995Sdteske	           leading plus).
34252995Sdteske	-h         Print this usage statement and exit.
35252995Sdteske	-S         Secure X11 mode (implies `-X'). As root, always prompt-for
36252995Sdteske	           and validate sudo(8) username/password before starting.
37252995Sdteske	-X         Use Xdialog(1) in place of dialog(1).
38