summaryrefslogtreecommitdiff
path: root/man/standard-options.xml
blob: 7a1822b54152200c1118473342100a6e094d6826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0"?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
          "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">

<!--
  SPDX-License-Identifier: LGPL-2.1+

  This file is part of elogind.

  Copyright 2014 Zbigniew Jędrzejewski-Szmek

  elogind is free software; you can redistribute it and/or modify it
  under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation; either version 2.1 of the License, or
  (at your option) any later version.

  elogind is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public License
  along with elogind; If not, see <http://www.gnu.org/licenses/>.
-->

<variablelist>
  <varlistentry id='help'>
    <term><option>-h</option></term>
    <term><option>--help</option></term>

    <listitem id='help-text'>
      <para>Print a short help text and exit.
    </para></listitem>
  </varlistentry>

  <varlistentry id='version'>
    <term><option>--version</option></term>

    <listitem id='version-text'>
      <para>Print a short version string and exit.</para>
    </listitem>
  </varlistentry>

  <varlistentry id='no-pager'>
    <term><option>--no-pager</option></term>

    <listitem>
      <para>Do not pipe output into a pager.</para>
    </listitem>
  </varlistentry>

  <varlistentry id='no-ask-password'>
    <term><option>--no-ask-password</option></term>

    <listitem><para>Do not query the user for authentication for privileged operations.</para></listitem>
  </varlistentry>

  <varlistentry id='no-legend'>
    <term><option>--no-legend</option></term>

    <listitem>
      <para>Do not print the legend, i.e. column headers and the
      footer with hints.</para>
    </listitem>
  </varlistentry>
</variablelist>