chiark / gitweb /
Drop my copyright headers
[elogind.git] / man / standard-options.xml
1 <?xml version="1.0"?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3           "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4
5 <!--
6   SPDX-License-Identifier: LGPL-2.1+
7 -->
8
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>
34
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
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>
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>
58 </variablelist>