Skip to content

Commit

Permalink
Fixed failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferahl committed Apr 25, 2023
1 parent 84865b1 commit 186c124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/centry/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ func TestMain(t *testing.T) {
--intopt value, -I value A custom option (default: 0)
--selectopt1 Sets the selection to option 1 (default: false)
--selectopt2 Sets the selection to option 2 (default: false)
--opt1, --o1 Sets the selection (selectoptv2=value1) (default: false)
--opt2, --o2 Sets the selection (selectoptv2=value2) (default: false)
--opt1, --o1 Sets the selection (default: false)
--opt2, --o2 Sets the selection (default: false)
--stringopt value, -S value A custom option (default: "foobar")
--help, -h Show help (default: false)
--version, -v Print the version (default: false)`
Expand Down

0 comments on commit 186c124

Please sign in to comment.