Deleted Added
full compact
USAGE (238438) USAGE (245052)
1# Copyright (c) 2012 Ron McDowell
2# Copyright (c) 2012 Devin Teske
3# All Rights Reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19# DAMAGES (INLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
1# Copyright (c) 2012 Ron McDowell
2# Copyright (c) 2012 Devin Teske
3# All Rights Reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19# DAMAGES (INLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
26# $FreeBSD: head/usr.sbin/bsdconfig/USAGE 238438 2012-07-14 03:16:57Z dteske $
26# $FreeBSD: head/usr.sbin/bsdconfig/USAGE 245052 2013-01-05 02:08:47Z dteske $
27
28Usage:
29 @PROGRAM_NAME@ [-h]
30 @PROGRAM_NAME@ command [-h]
31 @PROGRAM_NAME@ [OPTIONS] [command [OPTIONS]]
32
33OPTIONS:
27
28Usage:
29 @PROGRAM_NAME@ [-h]
30 @PROGRAM_NAME@ command [-h]
31 @PROGRAM_NAME@ [OPTIONS] [command [OPTIONS]]
32
33OPTIONS:
34 -f file Load file as script and then exit. If multiple occurrences,
35 program will only exit after last occurrence. If file is a
36 single dash (`-'), @PROGRAM_NAME@ reads from standard input.
34 -h Print 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
39COMMANDS:
40@COMMAND_LIST@
37 -h Print usage statement and exit.
38 -S Secure X11 mode (implies `-X'). As root, always prompt-for
39 and validate sudo(8) username/password before starting.
40 -X Use Xdialog(1) in place of dialog(1).
41
42COMMANDS:
43@COMMAND_LIST@