Commit b505cccf by Serge Hallyn Committed by Daniel Lezcano

make lxc-shutdown -h work

It was calling non-existent 'help' Signed-off-by: 's avatarTimothy Chen <tnachen@gmail.com> Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent edd3810e
......@@ -60,7 +60,7 @@ dowait=0
while true; do
case "$1" in
-h|--help)
help
usage
exit 1
;;
-n|--name)
......
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