Skip to content

Commit

Permalink
fix typo in cmd help
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan authored Oct 17, 2023
1 parent 7ec6e99 commit 9f7c3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func init() {
false, "Metadata OAuth2 access token")

RootCmd.PersistentFlags().BoolVarP(&defaultToken, "default-token", "",
false, "Use Google defalt application credentials access token")
false, "Use Google default application credentials access token")

RootCmd.AddCommand(apis.Cmd)
RootCmd.AddCommand(org.Cmd)
Expand Down

0 comments on commit 9f7c3dd

Please sign in to comment.