Browse Source

Add instructions on how to get help on commands

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Ben Firshman 10 years ago
parent
commit
d128d9e669
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker/flags.go

+ 1 - 0
docker/flags.go

@@ -88,6 +88,7 @@ func init() {
 		} {
 		} {
 			help += fmt.Sprintf("    %-10.10s%s\n", command[0], command[1])
 			help += fmt.Sprintf("    %-10.10s%s\n", command[0], command[1])
 		}
 		}
+		help += "\nRun 'docker COMMAND --help' for more information on a command."
 		fmt.Fprintf(os.Stderr, "%s\n", help)
 		fmt.Fprintf(os.Stderr, "%s\n", help)
 	}
 	}
 }
 }