diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-04-24 12:36:12 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-08-15 22:14:07 +0200 |
commit | 884c10fbec1b8247dc620026b5e1b7a5cac0c2eb (patch) | |
tree | c58dd3ce2b255b2494afb26b626df133189c80fe /man/standard-options.xml | |
parent | c02074a32b77dd9a1166b9d86181bb387a3431ac (diff) |
Restore shared XML files.
* man/less-variables.xml,
man/standard-conf.xml,
man/standard-options.xml,
man/user-system-options.xml: Restore files from upstream (removed in
commit d3ad6bf3).
Diffstat (limited to 'man/standard-options.xml')
-rw-r--r-- | man/standard-options.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/man/standard-options.xml b/man/standard-options.xml new file mode 100644 index 0000000000..f214463392 --- /dev/null +++ b/man/standard-options.xml @@ -0,0 +1,39 @@ +<?xml version="1.0"?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*--> +<!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> + + <varlistentry id='no-legend'> + <term><option>--no-legend</option></term> + + <listitem> + <para>Do not print the legend, i.e. column headers and the + footer with hints.</para> + </listitem> + </varlistentry> +</variablelist> |