Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mtirion committed Jan 18, 2023
1 parent f45b93e commit 6eaa6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocFxTocGenerator/Domain/CommandlineOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class CommandlineOptions
public bool AutoIndex { get; set; }

/// <summary>
/// Gets or sets a value indicating whether an to now generate an index in a folder with 1 file.
/// Gets or sets a value indicating whether NOT to generate an index in a folder with 1 file.
/// Is supplementary to the -i option and doesn't work without that flag.
/// </summary>
[Option('n', "notwithone", Required = false, HelpText = "Do not auto-generate a file index when only contains 1 file. Additional to -i flag.")]
Expand Down

0 comments on commit 6eaa6d3

Please sign in to comment.