common_options.sgml.in revision 7cab33b107997ba449ee5e8bd70e01dc49524287
0N/A<!--
0N/A
0N/Alxc: linux Container library
0N/A
0N/A(C) Copyright IBM Corp. 2007, 2008
0N/A
0N/AAuthors:
0N/ADaniel Lezcano <daniel.lezcano at free.fr>
0N/A
0N/AThis library is free software; you can redistribute it and/or
0N/Amodify it under the terms of the GNU Lesser General Public
0N/ALicense as published by the Free Software Foundation; either
0N/Aversion 2.1 of the License, or (at your option) any later version.
0N/A
0N/AThis library is distributed in the hope that it will be useful,
0N/Abut WITHOUT ANY WARRANTY; without even the implied warranty of
0N/AMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
0N/ALesser General Public License for more details.
0N/A
0N/AYou should have received a copy of the GNU Lesser General Public
0N/ALicense along with this library; if not, write to the Free Software
0N/AFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
0N/A
0N/A-->
0N/A
0N/A<refsect1>
0N/A <title>Common Options</title>
0N/A
0N/A <para>
0N/A These options are common to most of lxc commands.
0N/A </para>
0N/A
0N/A <variablelist>
0N/A <varlistentry>
0N/A <term><option>-?, -h, --help</option></term>
0N/A <listitem>
0N/A <para>
0N/A Print a longer usage message than normal.
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A <varlistentry>
0N/A <term><option>--usage</option></term>
0N/A <listitem>
0N/A <para>
0N/A Give the usage message
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A
0N/A <varlistentry>
0N/A <term><option>-q, --quiet</option></term>
0N/A <listitem>
0N/A <para>
0N/A mute on
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A
0N/A <varlistentry>
0N/A <term><option>-P, --lxcpath=<replaceable>PATH</replaceable></option></term>
0N/A <listitem>
0N/A <para>
0N/A Use an alternate container path. The default is @LXCPATH@.
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A
0N/A <varlistentry>
0N/A <term><option>-o, --logfile=<replaceable>FILE</replaceable></option></term>
0N/A <listitem>
0N/A <para>
0N/A Output to an alternate log
0N/A <replaceable>FILE</replaceable>. The default is no log.
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A
0N/A <varlistentry>
0N/A <term><option>-l, --logpriority=<replaceable>LEVEL</replaceable></option></term>
0N/A <listitem>
0N/A <para>
0N/A Set log priority to
0N/A <replaceable>LEVEL</replaceable>. The default log
0N/A priority is <literal>ERROR</literal>. Possible values are :
0N/A <literal>FATAL</literal>, <literal>CRIT</literal>,
0N/A <literal>WARN</literal>, <literal>ERROR</literal>,
0N/A <literal>NOTICE</literal>, <literal>INFO</literal>,
0N/A <literal>DEBUG</literal>.
0N/A </para>
0N/A <para>
0N/A Note that this option is setting the priority of the events
0N/A log in the alternate log file. It do not have effect on the
0N/A ERROR events log on stderr.
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A
0N/A <varlistentry>
0N/A <term><option>-n, --name=<replaceable>NAME</replaceable></option></term>
0N/A <listitem>
0N/A <para>
0N/A Use container identifier <replaceable>NAME</replaceable>.
0N/A The container identifier format is an alphanumeric string.
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A
0N/A <varlistentry>
0N/A <term><option>--version</option></term>
0N/A <listitem>
0N/A <para>
0N/A Show the version number.
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A </variablelist>
0N/A
0N/A</refsect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->