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

« back to all changes in this revision

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

  • Committer: Stéphane Graber
  • Date: 2011-08-11 18:43:51 UTC
  • mto: (3.1.15 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: stgraber@ubuntu.com-20110811184351-xa4c5v0ct5ud45d0
Tags: upstream-0.7.5
Import upstream version 0.7.5

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>
54
55
        <replaceable>command</replaceable></command>
55
56
    </cmdsynopsis>
56
57
  </refsynopsisdiv>
125
126
          </para>
126
127
        </listitem>
127
128
      </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>
128
144
 
129
145
    </variablelist>
130
146