~ubuntu-branches/ubuntu/quantal/lxc/quantal-201206191543

« back to all changes in this revision

Viewing changes to doc/lxc-execute.sgml.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-06-28 10:15:48 UTC
  • mfrom: (1.2.4 upstream)
  • mto: (3.1.15 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20100628101548-lmqvw55ypaxtbhhh
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
      <command>lxc-execute <replaceable>-n name</replaceable>
52
52
        <optional>-f config_file</optional> <optional>-s KEY=VAL
53
53
        </optional>
54
 
        <optional>--</optional>
55
54
        <replaceable>command</replaceable></command>
56
55
    </cmdsynopsis>
57
56
  </refsynopsisdiv>
126
125
          </para>
127
126
        </listitem>
128
127
      </varlistentry>
129
 
      <varlistentry>
130
 
        <term><option>--</option></term>
131
 
        <listitem>
132
 
          <para>
133
 
            Signal the end of options and disables further option
134
 
            processing. Any arguments after the -- are treated as
135
 
            arguments.
136
 
          </para>
137
 
          <para>
138
 
            This option is useful when you want to execute, with the
139
 
            command <command>lxc-execute</command>, a command line
140
 
            with its own options.
141
 
          </para>
142
 
        </listitem>
143
 
      </varlistentry>
144
128
 
145
129
    </variablelist>
146
130