Explorar o código

Merge pull request #16815 from duglin/fixHelp

Fix help test comment to align with the code
Jess Frazelle %!s(int64=9) %!d(string=hai) anos
pai
achega
2b6af905fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      integration-cli/docker_cli_help_test.go

+ 1 - 1
integration-cli/docker_cli_help_test.go

@@ -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")