mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Merge pull request #16815 from duglin/fixHelp
Fix help test comment to align with the code
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user