~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs

« back to all changes in this revision

Viewing changes to doc/common_options.sgml.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-07-25 12:24:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090725122430-dxv1wb7ds07fc0sk
Tags: 0.6.3-1
* New Upstream Version
* Remove duplicate build-dependency on autotools-dev
* Build depend on linux-libc-dev
* Disable checking of netlink headers from configure
  (currently fails under sid)
* Upgrade standards-version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
 
 
3
lxc: linux Container library
 
4
 
 
5
(C) Copyright IBM Corp. 2007, 2008
 
6
 
 
7
Authors:
 
8
Daniel Lezcano <dlezcano at fr.ibm.com>
 
9
 
 
10
This library is free software; you can redistribute it and/or
 
11
modify it under the terms of the GNU Lesser General Public
 
12
License as published by the Free Software Foundation; either
 
13
version 2.1 of the License, or (at your option) any later version.
 
14
 
 
15
This library is distributed in the hope that it will be useful,
 
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
18
Lesser General Public License for more details.
 
19
 
 
20
You should have received a copy of the GNU Lesser General Public
 
21
License along with this library; if not, write to the Free Software
 
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
23
 
 
24
-->
 
25
 
 
26
<refsect1>
 
27
  <title>Common Options</title>
 
28
 
 
29
  <para>
 
30
    These options are common to most of lxc commands.
 
31
  </para>
 
32
 
 
33
  <variablelist>
 
34
    <varlistentry>
 
35
      <term><option>-?, -h, --help</option></term>
 
36
      <listitem>
 
37
        <para>
 
38
          Print a longer usage message than normal.
 
39
        </para>
 
40
      </listitem>
 
41
    </varlistentry>
 
42
    <varlistentry>
 
43
      <term><option>--usage</option></term>
 
44
      <listitem>
 
45
        <para>
 
46
          Give the usage message
 
47
        </para>
 
48
      </listitem>
 
49
    </varlistentry>
 
50
 
 
51
    <varlistentry>
 
52
      <term><option>-q, --quiet</option></term>
 
53
      <listitem>
 
54
        <para>
 
55
          mute on
 
56
        </para>
 
57
      </listitem>
 
58
    </varlistentry>
 
59
 
 
60
    <varlistentry>
 
61
      <term><option>-o, --logfile=<replaceable>FILE</replaceable></option></term>
 
62
      <listitem>
 
63
        <para>
 
64
          Output to an alternate log
 
65
          <replaceable>FILE</replaceable>. The default is no log.
 
66
        </para>
 
67
      </listitem>
 
68
    </varlistentry>
 
69
 
 
70
    <varlistentry>
 
71
      <term><option>-l, --logpriority=<replaceable>LEVEL</replaceable></option></term>
 
72
      <listitem>
 
73
        <para>
 
74
          Set log priority to
 
75
          <replaceable>LEVEL</replaceable>. The default log
 
76
          priority is <literal>ERROR</literal>. Possible values are :
 
77
          <literal>FATAL</literal>, <literal>CRIT</literal>,
 
78
          <literal>WARN</literal>, <literal>ERROR</literal>,
 
79
          <literal>NOTICE</literal>, <literal>INFO</literal>,
 
80
          <literal>DEBUG</literal>.
 
81
        </para>
 
82
      </listitem>
 
83
    </varlistentry>
 
84
 
 
85
    <varlistentry>
 
86
      <term><option>-n, --name=<replaceable>NAME</replaceable></option></term>
 
87
      <listitem>
 
88
        <para>
 
89
          Use container identifier <replaceable>NAME</replaceable>.
 
90
          The container identifier format is an alphanumeric string.
 
91
        </para>
 
92
      </listitem>
 
93
    </varlistentry>
 
94
  </variablelist>
 
95
 
 
96
</refsect1>
 
97
 
 
98
<!-- Keep this comment at the end of the file
 
99
Local variables:
 
100
mode: sgml
 
101
sgml-omittag:t
 
102
sgml-shorttag:t
 
103
sgml-minimize-attributes:nil
 
104
sgml-always-quote-attributes:t
 
105
sgml-indent-step:2
 
106
sgml-indent-data:t
 
107
sgml-parent-document:nil
 
108
sgml-default-dtd-file:nil
 
109
sgml-exposed-tags:nil
 
110
sgml-local-catalogs:nil
 
111
sgml-local-ecat-files:nil
 
112
End:
 
113
-->