mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-28 03:38:11 +00:00
Merge pull request #410 from kunalkushwaha/network-help-experimental
Reduced the two spaces for network help
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ func networkUsage(chain string) string {
|
||||
help := "Commands:\n"
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user