Add example parameters to the usage help text
parent
e230f023a0
commit
9516122d70
|
@ -209,7 +209,7 @@ func createTar(dir string) (string, error) {
|
||||||
|
|
||||||
// buildImageCmd represents the image build command
|
// buildImageCmd represents the image build command
|
||||||
var buildImageCmd = &cobra.Command{
|
var buildImageCmd = &cobra.Command{
|
||||||
Use: "build",
|
Use: "build PATH | URL | -",
|
||||||
Short: "Build a container image in minikube",
|
Short: "Build a container image in minikube",
|
||||||
Long: "Build a container image, using the container runtime.",
|
Long: "Build a container image, using the container runtime.",
|
||||||
Example: `minikube image build .`,
|
Example: `minikube image build .`,
|
||||||
|
|
Loading…
Reference in New Issue