We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebda2a commit b668f0dCopy full SHA for b668f0d
src/nbgv/Program.cs
@@ -113,8 +113,7 @@ public static int Main(string[] args)
113
114
if (syntax.ActiveCommand == null)
115
{
116
- Console.WriteLine(syntax.GetHelpText());
117
- Console.WriteLine("Use -h, --help, or -? after a command to get more help about a particular command.");
+ Console.WriteLine("Use -h, --help, or -? for usage help. Use after a command to get more help about a particular command.");
118
}
119
});
120
0 commit comments