From 9516122d70c9f45d3d09341ebefd2a34d039b28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Tue, 16 Mar 2021 19:34:23 +0100 Subject: [PATCH] Add example parameters to the usage help text --- cmd/minikube/cmd/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/minikube/cmd/image.go b/cmd/minikube/cmd/image.go index dabedf94c5..a64e608119 100644 --- a/cmd/minikube/cmd/image.go +++ b/cmd/minikube/cmd/image.go @@ -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 .`,