]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/standard-options.xml
tree-wide: drop license boilerplate
[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
f48f7543
ZJS
11-->
12
dfdebb1b
ZJS
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>
12f15e59 38
450442cf
LP
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
12f15e59
ZJS
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>
dfdebb1b 53</variablelist>