diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2011-08-11 17:54:57 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2011-08-11 17:54:57 +0200 |
commit | c797dcc3d06762859ca07075c607e852fe02d18f (patch) | |
tree | e1a23fbe84159b99b97673220e761b0b65c4eb80 /doc | |
parent | lxc-ps : fix the container name search (diff) | |
download | lxc-c797dcc3d06762859ca07075c607e852fe02d18f.tar.gz lxc-c797dcc3d06762859ca07075c607e852fe02d18f.tar.bz2 lxc-c797dcc3d06762859ca07075c607e852fe02d18f.zip |
lxc-ps : update the man page for passing the options
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lxc-ps.sgml.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lxc-ps.sgml.in b/doc/lxc-ps.sgml.in index 6c53265..bb7b5a6 100644 --- a/doc/lxc-ps.sgml.in +++ b/doc/lxc-ps.sgml.in @@ -110,8 +110,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA </term> <listitem> <para> - The option passed to <command>lxc-ps</command> are the - same as the <command>ps</command> command. + The <command>ps</command> options must be separated + from <command>lxc-ps</command> options by + the <option>--</option> parameter. </para> </listitem> </varlistentry> @@ -124,7 +125,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <title>Example</title> <variablelist> <varlistentry> - <term>lxc-ps --name foo --forest</term> + <term>lxc-ps --name foo -- --forest</term> <listitem> <para> list all the processes belonging to container 'foo' and show |