Added help to the bash completion options.

This commit is contained in:
Marcus Whybrow 2012-05-31 07:06:31 +01:00
parent f7a94bc6ef
commit 82ce1a202f

View File

@ -32,7 +32,7 @@ _msm() {
esac
else
local servers=$(ls -1 $SERVER_STORAGE_PATH)
options="start stop restart server jargroup $servers"
options="help start stop restart server jargroup $servers"
fi
COMPREPLY=( $(compgen -W "${options}" -- ${current}) )