Browse Source

Reduced the two spaces for network help, required to pass tests at docker build

Signed-off-by: Kunal Kushwaha <kunal.kushwaha@gmail.com>
Kunal Kushwaha 10 years ago
parent
commit
83b6a338a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libnetwork/client/network.go

+ 1 - 1
libnetwork/client/network.go

@@ -223,7 +223,7 @@ func networkUsage(chain string) string {
 	help := "Commands:\n"
 	help := "Commands:\n"
 
 
 	for _, cmd := range networkCommands {
 	for _, cmd := range networkCommands {
-		help += fmt.Sprintf("    %-25.25s%s\n", cmd.name, cmd.description)
+		help += fmt.Sprintf("  %-25.25s%s\n", cmd.name, cmd.description)
 	}
 	}
 
 
 	help += fmt.Sprintf("\nRun '%s network COMMAND --help' for more information on a command.", chain)
 	help += fmt.Sprintf("\nRun '%s network COMMAND --help' for more information on a command.", chain)