diff --git a/pkg/kanctl/profile.go b/pkg/kanctl/profile.go index f30e8c7bba..2fc835bca8 100644 --- a/pkg/kanctl/profile.go +++ b/pkg/kanctl/profile.go @@ -140,7 +140,7 @@ func newAzureProfileCmd() *cobra.Command { cmd.Flags().StringP(AzureStorageAccountFlag, "a", "", "Storage account name of the azure storage") cmd.Flags().StringP(AzureStorageKeyFlag, "s", "", "Storage account key of the azure storage") - cmd.Flags().StringP(AzureStorageEnvFlag, "e", "", "The Azure cloud environment") + cmd.Flags().String(AzureStorageEnvFlag, "", "The Azure cloud environment") _ = cmd.MarkFlagRequired(AzureStorageAccountFlag) _ = cmd.MarkFlagRequired(AzureStorageKeyFlag)