Skip to content

Commit

Permalink
Tools: Fix doc help text
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Aug 11, 2024
1 parent ac80f4e commit 430f12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NAPS2.Tools/Project/DocOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ namespace NAPS2.Tools.Project;
[Verb("doc", HelpText = "Docfx control")]
public class DocOptions : OptionsBase
{
[Value(0, MetaName = "doc command", Required = true, HelpText = "build|serve")]
[Value(0, MetaName = "doc command", Required = true, HelpText = "build|serve|push")]
public string? DocCommand { get; set; }
}

0 comments on commit 430f12c

Please sign in to comment.