Skip to content

Commit

Permalink
[#674] Add "invariant" to variant CLI parameter short description
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Oct 1, 2024
1 parent ebee7b2 commit c748bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/param_variant.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func AddVariantParam(cmd *cobra.Command) *StringParam {
cobraSettings: cobraSettings{
name: "variant",
shorthand: "r",
usage: "indicate the variant to be used by TCR: relaxed (default) or btcr",
usage: "indicate the variant to be used by TCR: relaxed (default), btcr, or introspective",
persistent: true,
},
},
Expand Down

0 comments on commit c748bef

Please sign in to comment.