Skip to content

Commit

Permalink
Clarify --help text for workflow retention (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples authored Jul 12, 2023
1 parent b1366a4 commit 87b78d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion namespace/namespace_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var (
},
&cli.StringFlag{
Name: common.FlagRetention,
Usage: "Workflow Execution retention",
Usage: "Length of time (in days) a closed Workflow is preserved before deletion",
Category: common.CategoryMain,
},
&cli.StringFlag{
Expand Down

0 comments on commit 87b78d4

Please sign in to comment.