Documentation for the C# command-line option parsing library

UsageBuilder.AddParagraph Method 

Add a paragraph to the usage

public void AddParagraph(
   string body
);

Parameters

body
The body of the paragraph

Remarks

May only be inside of "section" or "description" tags

See Also

UsageBuilder Class | CommandLine.OptParse Namespace