Skip to content

Commit

Permalink
Fix typos of '--tests' option
Browse files Browse the repository at this point in the history
  • Loading branch information
Bak-Jin-Hyeong committed Aug 23, 2017
1 parent e6f6117 commit 5bfe3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posh-cargo.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $opt_force = @('-f', '--force')
$opt_lock = @('--frozen', '--locked')
$opt_bin = @('--bin', '--bins')
$opt_example = @('--example', '--examples')
$opt_test = @('--test', '--test', '--bench', '--benches')
$opt_test = @('--test', '--tests', '--bench', '--benches')
$opt_bin_types = @($opt_bin + $opt_example + $opt_test)
$opt_exclude = @('--all', '--exclude')
$opt_version = @('-V', '--version')
Expand Down

0 comments on commit 5bfe3c3

Please sign in to comment.