]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/standard-options.xml
travis: add more ASan options
[thirdparty/systemd.git] / man / standard-options.xml
CommitLineData
514094f9 1<?xml version="1.0"?>
3a54a157
ZJS
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
0307f791 4<!-- SPDX-License-Identifier: LGPL-2.1+ -->
f48f7543 5
dfdebb1b
ZJS
6<variablelist>
7 <varlistentry id='help'>
8 <term><option>-h</option></term>
9 <term><option>--help</option></term>
10
11 <listitem id='help-text'>
12 <para>Print a short help text and exit.
13 </para></listitem>
14 </varlistentry>
15
16 <varlistentry id='version'>
17 <term><option>--version</option></term>
18
19 <listitem id='version-text'>
20 <para>Print a short version string and exit.</para>
21 </listitem>
22 </varlistentry>
23
24 <varlistentry id='no-pager'>
25 <term><option>--no-pager</option></term>
26
27 <listitem>
28 <para>Do not pipe output into a pager.</para>
29 </listitem>
30 </varlistentry>
12f15e59 31
450442cf
LP
32 <varlistentry id='no-ask-password'>
33 <term><option>--no-ask-password</option></term>
34
35 <listitem><para>Do not query the user for authentication for privileged operations.</para></listitem>
36 </varlistentry>
37
12f15e59
ZJS
38 <varlistentry id='no-legend'>
39 <term><option>--no-legend</option></term>
40
41 <listitem>
42 <para>Do not print the legend, i.e. column headers and the
43 footer with hints.</para>
44 </listitem>
45 </varlistentry>
ceaaeb9b
ZJS
46
47 <varlistentry id='cat-config'>
48 <term><option>--cat-config</option></term>
49
50 <listitem>
51 <para>Copy the contents of config files to standard output.
52 Before each file, the filename is printed as a comment.</para>
53 </listitem>
54 </varlistentry>
dfdebb1b 55</variablelist>