]>
Commit | Line | Data |
---|---|---|
514094f9 | 1 | <?xml version="1.0"?> |
dfdebb1b | 2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
12b42c76 | 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> |
dfdebb1b | 4 | |
f48f7543 ZJS |
5 | <!-- |
6 | SPDX-License-Identifier: LGPL-2.1+ | |
f48f7543 ZJS |
7 | --> |
8 | ||
dfdebb1b ZJS |
9 | <variablelist> |
10 | <varlistentry id='help'> | |
11 | <term><option>-h</option></term> | |
12 | <term><option>--help</option></term> | |
13 | ||
14 | <listitem id='help-text'> | |
15 | <para>Print a short help text and exit. | |
16 | </para></listitem> | |
17 | </varlistentry> | |
18 | ||
19 | <varlistentry id='version'> | |
20 | <term><option>--version</option></term> | |
21 | ||
22 | <listitem id='version-text'> | |
23 | <para>Print a short version string and exit.</para> | |
24 | </listitem> | |
25 | </varlistentry> | |
26 | ||
27 | <varlistentry id='no-pager'> | |
28 | <term><option>--no-pager</option></term> | |
29 | ||
30 | <listitem> | |
31 | <para>Do not pipe output into a pager.</para> | |
32 | </listitem> | |
33 | </varlistentry> | |
12f15e59 | 34 | |
450442cf LP |
35 | <varlistentry id='no-ask-password'> |
36 | <term><option>--no-ask-password</option></term> | |
37 | ||
38 | <listitem><para>Do not query the user for authentication for privileged operations.</para></listitem> | |
39 | </varlistentry> | |
40 | ||
12f15e59 ZJS |
41 | <varlistentry id='no-legend'> |
42 | <term><option>--no-legend</option></term> | |
43 | ||
44 | <listitem> | |
45 | <para>Do not print the legend, i.e. column headers and the | |
46 | footer with hints.</para> | |
47 | </listitem> | |
48 | </varlistentry> | |
ceaaeb9b ZJS |
49 | |
50 | <varlistentry id='cat-config'> | |
51 | <term><option>--cat-config</option></term> | |
52 | ||
53 | <listitem> | |
54 | <para>Copy the contents of config files to standard output. | |
55 | Before each file, the filename is printed as a comment.</para> | |
56 | </listitem> | |
57 | </varlistentry> | |
dfdebb1b | 58 | </variablelist> |