mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fix #76. Prevent bash completion from failing on help and update
This commit is contained in:
parent
fc6b847976
commit
36a29a84dc
@ -68,7 +68,7 @@ _msm() {
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
start|config)
|
||||
start|config|help|update)
|
||||
# Do nothing, just don't execute the server logic
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user