Skip to content

Commit ebb192b

Browse files
picu63jonsequitur
authored andcommitted
rename filename to appropriate one
1 parent 96a8130 commit ebb192b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.CommandLine/Option{T}.cs renamed to src/System.CommandLine/CliOption{T}.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class CliOption<T> : CliOption
1212
internal readonly CliArgument<T> _argument;
1313

1414
/// <summary>
15-
/// Initializes a new instance of the Option class.
15+
/// Initializes a new instance of the <see cref="CliOption"/> class.
1616
/// </summary>
1717
/// <param name="name">The name of the option. It's used for parsing, displaying Help and creating parse errors.</param>>
1818
/// <param name="aliases">Optional aliases. Used for parsing, suggestions and displayed in Help.</param>

0 commit comments

Comments
 (0)