chiark / gitweb /
check for _POSIX_C_SOURCE instead of __USE_POSIX*
[elogind.git] / man / standard-options.xml
1 <?xml version="1.0"?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3           "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4
5 <variablelist>
6   <varlistentry id='help'>
7     <term><option>-h</option></term>
8     <term><option>--help</option></term>
9
10     <listitem id='help-text'>
11       <para>Print a short help text and exit.
12     </para></listitem>
13   </varlistentry>
14
15   <varlistentry id='version'>
16     <term><option>--version</option></term>
17
18     <listitem id='version-text'>
19       <para>Print a short version string and exit.</para>
20     </listitem>
21   </varlistentry>
22
23   <varlistentry id='no-pager'>
24     <term><option>--no-pager</option></term>
25
26     <listitem>
27       <para>Do not pipe output into a pager.</para>
28     </listitem>
29   </varlistentry>
30
31   <varlistentry id='no-ask-password'>
32     <term><option>--no-ask-password</option></term>
33
34     <listitem><para>Do not query the user for authentication for privileged operations.</para></listitem>
35   </varlistentry>
36
37   <varlistentry id='no-legend'>
38     <term><option>--no-legend</option></term>
39
40     <listitem>
41       <para>Do not print the legend, i.e. column headers and the
42       footer with hints.</para>
43     </listitem>
44   </varlistentry>
45 </variablelist>