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
1 changed files with 1 additions and 0 deletions

View File

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