Fix typo in integration-cli (#29160)

Signed-off-by: xianwei <xianwei.zw@alibaba-inc.com>
Upstream-commit: 2dfb57b6706daee8e0855319bc2b121bf970267a
Component: engine
This commit is contained in:
zhangxianwei
2016-12-06 11:23:41 +08:00
committed by Doug Davis
parent 983cf6d582
commit b729d1ae5d

View File

@ -45,7 +45,7 @@ func (s *DockerSuite) TestRmContainerRunning(c *check.C) {
func (s *DockerSuite) TestRmContainerForceRemoveRunning(c *check.C) {
createRunningContainer(c, "foo")
// Stop then remove with -s
// Stop then remove with -f
dockerCmd(c, "rm", "-f", "foo")
}