aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordlezcano <dlezcano>2008-09-04 10:09:26 +0000
committerdlezcano <dlezcano>2008-09-04 10:09:26 +0000
commitd6cfdf433ce84bc1942d29e290db7add45560a6a (patch)
tree3245b11f274211ee62b6876927e40ce0a032c348 /README
parentRemoved duplicate file (diff)
downloadlxc-d6cfdf433ce84bc1942d29e290db7add45560a6a.tar.gz
lxc-d6cfdf433ce84bc1942d29e290db7add45560a6a.tar.bz2
lxc-d6cfdf433ce84bc1942d29e290db7add45560a6a.zip
Changed 'state' to 'info'
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 4681d11..3553ae5 100644
--- a/README
+++ b/README
@@ -248,13 +248,13 @@ states for a specific container.
lxc-monitor -n foo
-3.9 Getting the container state
--------------------------------
+3.9 Getting container information
+----------------------------------
-At any time, the following command will retrieve the state of the
-container.
+At any time, the following command will retrieve informations of the
+ container.
- lxc-state -n foo
+ lxc-info -n foo
3.10 Showing processes list for a container
------------------------------------------