Commit c797dcc3 by Daniel Lezcano Committed by Daniel Lezcano

lxc-ps : update the man page for passing the options

parent 858133f5
...@@ -110,8 +110,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ...@@ -110,8 +110,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</term> </term>
<listitem> <listitem>
<para> <para>
The option passed to <command>lxc-ps</command> are the The <command>ps</command> options must be separated
same as the <command>ps</command> command. from <command>lxc-ps</command> options by
the <option>--</option> parameter.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
...@@ -124,7 +125,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ...@@ -124,7 +125,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<title>Example</title> <title>Example</title>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>lxc-ps --name foo --forest</term> <term>lxc-ps --name foo -- --forest</term>
<listitem> <listitem>
<para> <para>
list all the processes belonging to container 'foo' and show list all the processes belonging to container 'foo' and show
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment