Skip to content

Commit 52c370e

Browse files
committed
Obsolete CommandLineApplication.Syntax. Not sure what it was ever used for.
1 parent fd4c927 commit 52c370e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CommandLineUtils/CommandLineApplication.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ public CommandLineApplication(bool throwOnUnexpectedArg = true)
5555
public string FullName { get; set; }
5656

5757
/// <summary>
58-
/// Overri
58+
/// This API is obsolete and does nothing. The recommended replacement is <see cref="ExtendedHelpText"/>.
5959
/// </summary>
60+
[Obsolete("This API is obsolete and does nothing. The recommended replacement is ExtendedHelpText")]
6061
public string Syntax { get; set; }
6162

6263
/// <summary>

0 commit comments

Comments
 (0)