fix: help message for folder dir
This commit is contained in:
parent
b95d81db81
commit
43e9c6730a
@ -51,7 +51,7 @@ func init() {
|
||||
buildCmd.PersistentFlags().StringVarP(&buildParam.name, "name", "n", "", "oci target image name")
|
||||
buildCmd.PersistentFlags().StringVarP(&buildParam.tag, "tag", "t", "latest", "oci target image tag")
|
||||
|
||||
buildCmd.PersistentFlags().StringVarP(&buildParam.folder, "folder", "f", ".", "oci image tag")
|
||||
buildCmd.PersistentFlags().StringVarP(&buildParam.folder, "folder", "f", ".", "build folder")
|
||||
buildCmd.PersistentFlags().Var(
|
||||
newPlatformSliceValue(AllPlatforms, &buildParam.platforms),
|
||||
"platforms",
|
||||
|
Loading…
Reference in New Issue
Block a user