Merge pull request #16815 from duglin/fixHelp

Fix help test comment to align with the code
This commit is contained in:
Jess Frazelle
2015-10-08 09:29:32 -07:00
+1 -1
View File
@@ -76,7 +76,7 @@ func (s *DockerSuite) TestHelpTextVerify(c *check.C) {
}
}
// Make sure each cmd's help text fits within 80 chars and that
// Make sure each cmd's help text fits within 90 chars and that
// on non-windows system we use ~ when possible (to shorten things).
// Pull the list of commands from the "Commands:" section of docker help
helpCmd = exec.Command(dockerBinary, "help")