Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit e901d00

Browse files
committed
Undo changing description of generic --force flag
1 parent c741acc commit e901d00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/secrethub/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ func registerTimestampFlag(r FlagRegisterer) *kingpin.FlagClause {
1515
}
1616

1717
func registerForceFlag(r FlagRegisterer) *kingpin.FlagClause {
18-
return r.Flag("force", "Disable all confirmation prompts.").Short('f')
18+
return r.Flag("force", "Ignore confirmation and fail instead of prompt for missing arguments.").Short('f')
1919
}

0 commit comments

Comments
 (0)