chiark / gitweb /
df537a9c495f3e8ef496ee01d0258a7e1b663914
[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   This file is part of elogind.
9
10   Copyright 2014 Zbigniew JÄ™drzejewski-Szmek
11 -->
12
13 <variablelist>
14   <varlistentry id='help'>
15     <term><option>-h</option></term>
16     <term><option>--help</option></term>
17
18     <listitem id='help-text'>
19       <para>Print a short help text and exit.
20     </para></listitem>
21   </varlistentry>
22
23   <varlistentry id='version'>
24     <term><option>--version</option></term>
25
26     <listitem id='version-text'>
27       <para>Print a short version string and exit.</para>
28     </listitem>
29   </varlistentry>
30
31   <varlistentry id='no-pager'>
32     <term><option>--no-pager</option></term>
33
34     <listitem>
35       <para>Do not pipe output into a pager.</para>
36     </listitem>
37   </varlistentry>
38
39   <varlistentry id='no-ask-password'>
40     <term><option>--no-ask-password</option></term>
41
42     <listitem><para>Do not query the user for authentication for privileged operations.</para></listitem>
43   </varlistentry>
44
45   <varlistentry id='no-legend'>
46     <term><option>--no-legend</option></term>
47
48     <listitem>
49       <para>Do not print the legend, i.e. column headers and the
50       footer with hints.</para>
51     </listitem>
52   </varlistentry>
53
54   <varlistentry id='cat-config'>
55     <term><option>--cat-config</option></term>
56
57     <listitem>
58       <para>Copy the contents of config files to standard output.
59       Before each file, the filename is printed as a comment.</para>
60     </listitem>
61   </varlistentry>
62 </variablelist>