Merge pull request #229 from mrunalp/fix_state_cmd

Add missing state command to command list
This commit is contained in:
Michael Crosby 2016-04-29 16:20:47 -07:00
commit c0a78ae10d

View file

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