fix: help message for folder dir

This commit is contained in:
RouxAntoine 2022-06-06 13:31:32 +02:00
parent b95d81db81
commit 43e9c6730a
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
1 changed files with 1 additions and 1 deletions

View File

@ -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",