Skip to content

Commit

Permalink
fix: adjust providerId description
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Fahlandt <mfahlandt@pixel-haufen.de>
  • Loading branch information
mfahlandt committed Mar 6, 2024
1 parent ae94e23 commit 10bda51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/auth/add.go
Expand Up @@ -162,5 +162,5 @@ func init() {
//add flag for amazonbedrock region name
addCmd.Flags().StringVarP(&providerRegion, "providerRegion", "r", "", "Provider Region name (only for amazonbedrock, googlevertexai backend)")
//add flag for vertexAI Project ID
addCmd.Flags().StringVarP(&providerId, "providerId", "i", "", "Provider Region name (only for googlevertexai backend)")
addCmd.Flags().StringVarP(&providerId, "providerId", "i", "", "Provider specific ID for e.g. project (only for googlevertexai backend)")
}

0 comments on commit 10bda51

Please sign in to comment.