]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-ps typo in man lxc lxc_0_6_4
authorMichel Normand <normand@fr.ibm.com>
Tue, 24 Nov 2009 08:47:27 +0000 (09:47 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 24 Nov 2009 08:47:27 +0000 (09:47 +0100)
Fix bad name parameter in the lxc-ps man page.

Signed-off-by: Michel Normand <michel.mno@free.fr>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
doc/lxc.sgml.in

index 33d6845ff31bfad226dff899ccb58978075f51ee..2c73aea452255350c73fc155d686622cce8c1eeb 100644 (file)
@@ -495,7 +495,7 @@ rootfs
 
        <programlisting>
          for i in $(lxc-ls -1); do
-           lxc-ps -n $i --forest
+           lxc-ps --name $i --forest
          done
        </programlisting>