Change node power subcommands.
[mclu.git] / README
diff --git a/README b/README
index f9feeb1..f63c742 100644 (file)
--- a/README
+++ b/README
@@ -17,8 +17,8 @@ Example commands
 
    mclu status                   Display status of the cluster
    mclu list                     List all virtual machines on the cluster
-   mclu wake ham0                Wake up node 'ham0' in the cluster
-   mclu shutdown ham0            Shut down node 'ham0' in the cluster
+   mclu on ham0                  Switch on (wake-on-LAN) node 'ham0'
+   mclu off ham0                 Power off node 'ham0' in the cluster
    mclu start ham0:vm            Start vm on node 'ham0'
    mclu stop ham0:*              Stop all VMs on node 'ham0'
    mclu migrate *:* ham2:        Live migrate all VMs to 'ham2'