]> git.proxmox.com Git - systemd.git/blame - man/standard-options.xml
New upstream version 236
[systemd.git] / man / standard-options.xml
CommitLineData
f47781d8 1<?xml version="1.0"?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
60f067b4
JS
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4
52ad194e
MB
5<!--
6 SPDX-License-Identifier: LGPL-2.1+
7
8 This file is part of systemd.
9
10 Copyright 2014 Zbigniew Jędrzejewski-Szmek
11
12 systemd is free software; you can redistribute it and/or modify it
13 under the terms of the GNU Lesser General Public License as published by
14 the Free Software Foundation; either version 2.1 of the License, or
15 (at your option) any later version.
16
17 systemd is distributed in the hope that it will be useful, but
18 WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 Lesser General Public License for more details.
21
22 You should have received a copy of the GNU Lesser General Public License
23 along with systemd; If not, see <http://www.gnu.org/licenses/>.
24-->
25
60f067b4
JS
26<variablelist>
27 <varlistentry id='help'>
28 <term><option>-h</option></term>
29 <term><option>--help</option></term>
30
31 <listitem id='help-text'>
32 <para>Print a short help text and exit.
33 </para></listitem>
34 </varlistentry>
35
36 <varlistentry id='version'>
37 <term><option>--version</option></term>
38
39 <listitem id='version-text'>
40 <para>Print a short version string and exit.</para>
41 </listitem>
42 </varlistentry>
43
44 <varlistentry id='no-pager'>
45 <term><option>--no-pager</option></term>
46
47 <listitem>
48 <para>Do not pipe output into a pager.</para>
49 </listitem>
50 </varlistentry>
e735f4d4 51
8a584da2
MP
52 <varlistentry id='no-ask-password'>
53 <term><option>--no-ask-password</option></term>
54
55 <listitem><para>Do not query the user for authentication for privileged operations.</para></listitem>
56 </varlistentry>
57
e735f4d4
MP
58 <varlistentry id='no-legend'>
59 <term><option>--no-legend</option></term>
60
61 <listitem>
62 <para>Do not print the legend, i.e. column headers and the
63 footer with hints.</para>
64 </listitem>
65 </varlistentry>
60f067b4 66</variablelist>