Skip to content

Commit 5f3334a

Browse files
Update src/CommandLine.DocumentationGenerator/DocumentationWriter.cs
Co-authored-by: Josef Pihrt <[email protected]>
1 parent 48a376b commit 5f3334a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLine.DocumentationGenerator/DocumentationWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public override void WriteOptionDescription(CommandOption option)
4646
}
4747
else
4848
{
49-
_writer.WriteString(description);
49+
_writer.WriteString(description);
5050
}
5151
}
5252

0 commit comments

Comments
 (0)