Skip to content

Commit 1c389a8

Browse files
committed
(GH-44) Changed t to c
- This will prevent the duplication
1 parent 4ff6fca commit 1c389a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/GitHubReleaseManager.Cli/Options/CreateSubOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class CreateSubOptions : CommonSubOptions
1313
[Option('a', "asset", HelpText = "Path to the file to include in the release.", Required = false)]
1414
public string AssetPath { get; set; }
1515

16-
[Option('t', "targetcommitish", HelpText = "The commit to tag. Can be a branch or SHA. Defaults to repository's default branch.", Required = false)]
16+
[Option('c', "targetcommitish", HelpText = "The commit to tag. Can be a branch or SHA. Defaults to repository's default branch.", Required = false)]
1717
public string TargetCommitish { get; set; }
1818
}
1919
}

0 commit comments

Comments
 (0)