diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:45 +0000 |
commit | efeb864cb547a2cbf96dc0053a8bdb4d9190b364 (patch) | |
tree | c0b83368f18be983fcc763200c4c24d633244588 /man/standard-options.xml | |
parent | Releasing progress-linux version 255.5-1~progress7.99u1. (diff) | |
download | systemd-efeb864cb547a2cbf96dc0053a8bdb4d9190b364.tar.xz systemd-efeb864cb547a2cbf96dc0053a8bdb4d9190b364.zip |
Merging upstream version 256.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/standard-options.xml')
-rw-r--r-- | man/standard-options.xml | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/man/standard-options.xml b/man/standard-options.xml index eb27f5c..d181f90 100644 --- a/man/standard-options.xml +++ b/man/standard-options.xml @@ -1,17 +1,15 @@ <?xml version="1.0"?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" +<!DOCTYPE variablelist 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-or-later --> -<variablelist - xmlns:xi="http://www.w3.org/2001/XInclude"> - +<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 id='help-para'>Print a short help text and exit. </para></listitem> </varlistentry> @@ -31,16 +29,6 @@ </listitem> </varlistentry> - <varlistentry id='no-pager-255'> - <term><option>--no-pager</option></term> - - <listitem> - <para>Do not pipe output into a pager.</para> - - <xi:include href="version-info.xml" xpointer="v255"/> - </listitem> - </varlistentry> - <varlistentry id='no-ask-password'> <term><option>--no-ask-password</option></term> @@ -48,7 +36,7 @@ </varlistentry> <varlistentry id='legend'> - <term><option>--legend=</option><replaceable>BOOL</replaceable></term> + <term><option>--legend=<replaceable>BOOL</replaceable></option></term> <listitem> <para>Enable or disable printing of the legend, i.e. column headers and the footer with hints. The @@ -85,7 +73,7 @@ </varlistentry> <varlistentry id='json'> - <term><option>--json=</option><replaceable>MODE</replaceable></term> + <term><option>--json=<replaceable>MODE</replaceable></option></term> <listitem><para>Shows output formatted as JSON. Expects one of <literal>short</literal> (for the shortest possible output without any redundant whitespace or line breaks), <literal>pretty</literal> @@ -93,6 +81,13 @@ off JSON output, the default).</para></listitem> </varlistentry> + <varlistentry id='j'> + <term><option>-j</option></term> + + <listitem><para>Equivalent to <option>--json=pretty</option> if running on a terminal, and + <option>--json=short</option> otherwise.</para></listitem> + </varlistentry> + <varlistentry id='signal'> <term><option>-s</option></term> <term><option>--signal=</option></term> @@ -140,4 +135,13 @@ </listitem> </varlistentry> + <varlistentry id='option-P'> + <term><option>-P</option></term> + + <listitem> + <para>Equivalent to <option>--value</option> <option>--property=</option>, i.e. shows the value of the + property without the property name or <literal>=</literal>. Note that using <option>-P</option> once + will also affect all properties listed with <option>-p</option>/<option>--property=</option>.</para> + </listitem> + </varlistentry> </variablelist> |