Skip to content

Commit cf5fd8d

Browse files
gewarrenjonsequitur
authored andcommitted
Fix XML documentation for POSIX bundling property
Updated XML documentation to clarify value parameter.
1 parent 11d8ba2 commit cf5fd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.CommandLine/ParserConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class ParserConfiguration
1313
/// <summary>
1414
/// Gets or sets a value that indicates whether the parser recognizes and expands POSIX-style bundled options.
1515
/// </summary>
16-
/// <param name="value"><see langword="true"/> to parse POSIX bundles; otherwise, <see langword="false"/>.</param>
16+
/// <value><see langword="true"/> to parse POSIX bundles; otherwise, <see langword="false"/>.</value>
1717
/// <remarks>
1818
/// POSIX conventions recommend that single-character options be allowed to be specified together after a single <c>-</c> prefix. When <see cref="EnablePosixBundling"/> is set to <see langword="true"/>, the following command lines are equivalent:
1919
///

0 commit comments

Comments
 (0)