USAGE revision 252987
1227569Sphilip# Copyright (c) 2012-2013 Devin Teske
2227569Sphilip# All rights reserved.
3227569Sphilip#
4227569Sphilip# Redistribution and use in source and binary forms, with or without
5227569Sphilip# modification, are permitted provided that the following conditions
6227569Sphilip# are met:
7227569Sphilip# 1. Redistributions of source code must retain the above copyright
8227569Sphilip#    notice, this list of conditions and the following disclaimer.
9227569Sphilip# 2. Redistributions in binary form must reproduce the above copyright
10227569Sphilip#    notice, this list of conditions and the following disclaimer in the
11227569Sphilip#    documentation and/or other materials provided with the distribution.
12227569Sphilip#
13227569Sphilip# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14227569Sphilip# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15227569Sphilip# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16227569Sphilip# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17227569Sphilip# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18227569Sphilip# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19227569Sphilip# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20227569Sphilip# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21227569Sphilip# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22227569Sphilip# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23227569Sphilip# SUCH DAMAGE.
24227569Sphilip#
25227569Sphilip# $FreeBSD: head/usr.sbin/bsdconfig/diskmgmt/USAGE 252987 2013-07-07 18:51:44Z dteske $
26227569Sphilip
27227569SphilipUsage: bsdconfig @PROGRAM_NAME@ [OPTIONS]
28227569Sphilip
29227569SphilipOPTIONS:
30227569Sphilip	-d         Provide lots of debugging info on standard-out when running.
31227569Sphilip	-D file    Send debugging info to file. If file begins with a plus-sign
32227569Sphilip	           debug info is sent to both standard-out and file (minus the
33227569Sphilip	           leading plus).
34227699Sphilip	-h         Print this usage statement and exit.
35227569Sphilip	-S         Secure X11 mode (implies `-X'). As root, always prompt-for
36227569Sphilip	           and validate sudo(8) username/password before starting.
37227569Sphilip	-X         Use Xdialog(1) in place of dialog(1).
38227569Sphilip