]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/standard-options.xml
verify: use manager_load_startable_unit_or_warn() to load units for verification
[thirdparty/systemd.git] / man / standard-options.xml
CommitLineData
3802a3d3 1<?xml version="1.0"?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
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+
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
dfdebb1b
ZJS
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>
12f15e59 51
450442cf
LP
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
12f15e59
ZJS
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>
dfdebb1b 66</variablelist>