Skip to content

Commit

Permalink
dublicate options fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jan 1, 2014
1 parent d9c1f94 commit 2166fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLAPOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static void update_test(
string project,
[RequiredAttribute, DescriptionAttribute("TFS testplan name to get tests from")]
string testplan,
[AliasesAttribute("rc"), DescriptionAttribute("Run configuration"), DefaultValue("tfs_cli")]
[AliasesAttribute("rconf"), DescriptionAttribute("Run configuration"), DefaultValue("tfs_cli")]
string run_config,
[AliasesAttribute("rd"), RequiredAttribute, DescriptionAttribute("Run duration")]
string duration,
Expand Down

0 comments on commit 2166fa8

Please sign in to comment.