mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
31 lines
784 B
XML
31 lines
784 B
XML
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||
|
|
||
|
<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></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id='version'>
|
||
|
<term><option>--version</option></term>
|
||
|
|
||
|
<listitem id='version-text'>
|
||
|
<para>Print a short version string and exit.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id='no-pager'>
|
||
|
<term><option>--no-pager</option></term>
|
||
|
|
||
|
<listitem>
|
||
|
<para>Do not pipe output into a pager.</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|