mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added help to the bash completion options.
This commit is contained in:
parent
f7a94bc6ef
commit
82ce1a202f
@ -32,7 +32,7 @@ _msm() {
|
|||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
local servers=$(ls -1 $SERVER_STORAGE_PATH)
|
local servers=$(ls -1 $SERVER_STORAGE_PATH)
|
||||||
options="start stop restart server jargroup $servers"
|
options="help start stop restart server jargroup $servers"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
COMPREPLY=( $(compgen -W "${options}" -- ${current}) )
|
COMPREPLY=( $(compgen -W "${options}" -- ${current}) )
|
||||||
|
Loading…
Reference in New Issue
Block a user