Add example parameters to the usage help text

pull/11164/head
Anders F Björklund 2021-03-16 19:34:23 +01:00
parent e230f023a0
commit 9516122d70
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ func createTar(dir string) (string, error) {
// buildImageCmd represents the image build command
var buildImageCmd = &cobra.Command{
Use: "build",
Use: "build PATH | URL | -",
Short: "Build a container image in minikube",
Long: "Build a container image, using the container runtime.",
Example: `minikube image build .`,