Add missing state command to command list

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2016-04-29 16:08:11 -07:00
parent f0f0c3e0dc
commit 79de8a2fc5

View file

@ -55,6 +55,7 @@ var contSubCmds = []cli.Command{
pauseCommand, pauseCommand,
resumeCommand, resumeCommand,
startCommand, startCommand,
stateCommand,
statsCommand, statsCommand,
watchCommand, watchCommand,
updateCommand, updateCommand,