make lxc-shutdown -h work

It was calling non-existent 'help'

Signed-off-by: Timothy Chen <tnachen@gmail.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Serge Hallyn 2012-07-31 16:04:33 +02:00 committed by Daniel Lezcano
parent edd3810e95
commit b505cccf4d

View File

@ -60,7 +60,7 @@ dowait=0
while true; do while true; do
case "$1" in case "$1" in
-h|--help) -h|--help)
help usage
exit 1 exit 1
;; ;;
-n|--name) -n|--name)