Skip to content

Commit 0369db7

Browse files
committed
remove the slash from the formatter
1 parent 2efb7ac commit 0369db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FluentCommandLineParser/Internals/CommandLineOptionFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public CommandLineOptionFormatter()
5353
/// <summary>
5454
/// The text format used in this formatter.
5555
/// </summary>
56-
public const string TextFormat = "\t/{0}\t\t{1}\n";
56+
public const string TextFormat = "\t{0}\t\t{1}\n";
5757

5858
/// <summary>
5959
/// If true, outputs a header line above the option list. If false, the header is omitted. Default is true.

0 commit comments

Comments
 (0)