USAGE revision 302408
143105Sdfr# Copyright (c) 2012 Ron McDowell
243105Sdfr# Copyright (c) 2012-2013 Devin Teske
343105Sdfr# All rights reserved.
443105Sdfr#
543105Sdfr# Redistribution and use in source and binary forms, with or without
643105Sdfr# modification, are permitted provided that the following conditions
743105Sdfr# are met:
843105Sdfr# 1. Redistributions of source code must retain the above copyright
943105Sdfr#    notice, this list of conditions and the following disclaimer.
1043105Sdfr# 2. Redistributions in binary form must reproduce the above copyright
1143105Sdfr#    notice, this list of conditions and the following disclaimer in the
1243105Sdfr#    documentation and/or other materials provided with the distribution.
1343105Sdfr#
1443105Sdfr# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1543105Sdfr# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1643105Sdfr# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1743105Sdfr# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1843105Sdfr# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1943105Sdfr# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2043105Sdfr# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2143105Sdfr# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2243105Sdfr# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2343105Sdfr# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2443105Sdfr# SUCH DAMAGE.
2543105Sdfr#
2643105Sdfr# $FreeBSD: stable/11/usr.sbin/bsdconfig/USAGE 252987 2013-07-07 18:51:44Z dteske $
27116181Sobrien
28116181SobrienUsage:
29116181Sobrien	@PROGRAM_NAME@ [-h]
3043105Sdfr	@PROGRAM_NAME@ command [-h]
3143105Sdfr	@PROGRAM_NAME@ [OPTIONS] [command [OPTIONS]]
3243105Sdfr
3343105SdfrOPTIONS:
3443105Sdfr	-d         Provide lots of debugging info on standard-out when running.
3543105Sdfr	-D file    Send debugging info to file. If file begins with a plus-sign
3643105Sdfr	           debug info is sent to both standard-out and file (minus the
37142833Siedowse	           leading plus).
38129880Sphk	-f file    Load file as script and then exit. If multiple occurrences,
3948104Syokota	           program will only exit after last occurrence. If file is a
4043105Sdfr	           single dash (`-'), @PROGRAM_NAME@ reads from standard input.
4148104Syokota	-h         Print this usage statement and exit.
4243105Sdfr	-S         Secure X11 mode (implies `-X'). As root, always prompt-for
4348104Syokota	           and validate sudo(8) username/password before starting.
4448104Syokota	-X         Use Xdialog(1) in place of dialog(1).
4548104Syokota
4648104SyokotaCOMMANDS:
4748104Syokota@COMMAND_LIST@
4843105Sdfr