Fix #76. Prevent bash completion from failing on help and update

This commit is contained in:
Marcus Whybrow 2012-08-13 02:49:29 +01:00
parent fc6b847976
commit 36a29a84dc

View File

@ -68,7 +68,7 @@ _msm() {
esac esac
fi fi
;; ;;
start|config) start|config|help|update)
# Do nothing, just don't execute the server logic # Do nothing, just don't execute the server logic
;; ;;
*) *)