diff --git a/pkg/cmd/cli/cmd/startbuild.go b/pkg/cmd/cli/cmd/startbuild.go index 4070b85e9c10..c7ad44624289 100644 --- a/pkg/cmd/cli/cmd/startbuild.go +++ b/pkg/cmd/cli/cmd/startbuild.go @@ -61,6 +61,6 @@ Examples: fmt.Fprintf(out, "%s\n", newBuild.Name) }, } - cmd.Flags().StringP("from-build", "", "", "Specify the name of a build which should be re-run") + cmd.Flags().String("from-build", "", "Specify the name of a build which should be re-run") return cmd }