Skip to content

Commit

Permalink
Fix outdated CLI help for tbot init --owner (#11158)
Browse files Browse the repository at this point in the history
The inferred default was changed without updating the flag's help
message. This updates the help message to explain the new default
value of `--owner`.
  • Loading branch information
timothyb89 committed Mar 15, 2022
1 parent 10f8807 commit c1b7900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tbot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func Run(args []string) error {
).StringVar(&cf.BotUser)
initCmd.Flag("owner", "Name of the user:group that will own the "+
"destination. If ACLs are in use, must be different from the reader "+
"user and defaults to nobody:nobody. Otherwise, assumes the current "+
"user and defaults to the bot user. Otherwise, assumes the current "+
"user.",
).StringVar(&cf.Owner)

Expand Down

0 comments on commit c1b7900

Please sign in to comment.