USAGE revision 252987
122514Sdarrenr# Copyright (c) 2012-2013 Devin Teske
253024Sguido# All rights reserved.
322514Sdarrenr#
431183Speter# Redistribution and use in source and binary forms, with or without
531183Speter# modification, are permitted provided that the following conditions
631183Speter# are met:
722514Sdarrenr# 1. Redistributions of source code must retain the above copyright
822514Sdarrenr#    notice, this list of conditions and the following disclaimer.
922514Sdarrenr# 2. Redistributions in binary form must reproduce the above copyright
1022514Sdarrenr#    notice, this list of conditions and the following disclaimer in the
1122514Sdarrenr#    documentation and/or other materials provided with the distribution.
1222514Sdarrenr#
1322514Sdarrenr# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1422514Sdarrenr# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1522514Sdarrenr# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1622514Sdarrenr# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1722514Sdarrenr# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1822514Sdarrenr# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1922514Sdarrenr# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2022514Sdarrenr# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2122514Sdarrenr# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2222514Sdarrenr# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2322514Sdarrenr# SUCH DAMAGE.
2422514Sdarrenr#
2522514Sdarrenr# $FreeBSD: head/usr.sbin/bsdconfig/docsinstall/USAGE 252987 2013-07-07 18:51:44Z dteske $
2622514Sdarrenr
2722514SdarrenrUsage: bsdconfig @PROGRAM_NAME@ [OPTIONS]
2822514Sdarrenr
2922514SdarrenrOPTIONS:
3022514Sdarrenr	-d         Provide lots of debugging info on standard-out when running.
3122514Sdarrenr	-D file    Send debugging info to file. If file begins with a plus-sign
32	           debug info is sent to both standard-out and file (minus the
33	           leading plus).
34	-h         Print this usage statement and exit.
35	-S         Secure X11 mode (implies `-X'). As root, always prompt-for
36	           and validate sudo(8) username/password before starting.
37	-X         Use Xdialog(1) in place of dialog(1).
38