USAGE revision 249746
114519Sserb# Copyright (c) 2012-2013 Devin Teske
214519Sserb# All Rights Reserved.
314519Sserb#
414519Sserb# Redistribution and use in source and binary forms, with or without
514519Sserb# modification, are permitted provided that the following conditions
614519Sserb# are met:
714519Sserb# 1. Redistributions of source code must retain the above copyright
814519Sserb#    notice, this list of conditions and the following disclaimer.
914519Sserb# 2. Redistributions in binary form must reproduce the above copyright
1014519Sserb#    notice, this list of conditions and the following disclaimer in the
1114519Sserb#    documentation and/or other materials provided with the distribution.
1214519Sserb#
1314519Sserb# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1414519Sserb# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE
1514519Sserb# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1614519Sserb# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1714519Sserb# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1814519Sserb# DAMAGES (INLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1914519Sserb# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2014519Sserb# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2114519Sserb# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2214519Sserb# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2314519Sserb# SUCH DAMAGE.
2414519Sserb#
2514519Sserb# $FreeBSD: head/usr.sbin/bsdconfig/mouse/USAGE 249746 2013-04-22 05:02:34Z dteske $
2614519Sserb
2714519SserbUsage: bsdconfig @PROGRAM_NAME@ [OPTIONS]
2814519Sserb
2914519SserbOPTIONS:
3014519Sserb	-d         Provide lots of debugging info on standard-out when running.
3114519Sserb	-D file    Send debugging info to file. If file begins with a plus-sign
3214519Sserb	           debug info is sent to both standard-out and file (minus the
3314519Sserb	           leading plus).
3414519Sserb	-h         Print this usage statement and exit.
3514519Sserb	-S         Secure X11 mode (implies `-X'). As root, always prompt-for
3614519Sserb	           and validate sudo(8) username/password before starting.
3714519Sserb	-X         Use Xdialog(1) in place of dialog(1).
3814519Sserb