Skip to content

Commit 4651c90

Browse files
authored
Update ArgParserAttributes.fs
1 parent 0153210 commit 4651c90

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

WoofWare.Myriad.Plugins.Attributes/ArgParserAttributes.fs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,9 @@ type ArgumentDefaultValueAttribute (defaultValue : obj) =
9696
/// contributes: it appears on the header line which introduces that group, above the indented list
9797
/// of the arguments themselves. (That header is written whether or not you supply any help text.)
9898
///
99-
/// When applied to a nested argument record or union -- one which is not itself [<ArgParser>]-tagged,
100-
/// but is reached through a field of one -- the help text describes that type wherever it is
101-
/// embedded, and so heads the group in each place. If the field which embeds it carries an
102-
/// [<ArgumentHelpText>] of its own, the field's wins: it is the more specific placement, and one type
103-
/// may be embedded at several sites for different purposes.
99+
/// When applied to a nested argument record or union, the help text instead heads the group of
100+
/// arguments the nesting causes. If the field which embeds it carries an `[<ArgumentHelpText>]`
101+
/// of its own, the field's wins, on the grounds that it's the more specific text.
104102
type ArgumentHelpTextAttribute (helpText : string) =
105103
inherit Attribute ()
106104

0 commit comments

Comments
 (0)