Skip to content

Commit b668f0d

Browse files
committed
Fix double usage print
1 parent 3ebda2a commit b668f0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nbgv/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ public static int Main(string[] args)
113113

114114
if (syntax.ActiveCommand == null)
115115
{
116-
Console.WriteLine(syntax.GetHelpText());
117-
Console.WriteLine("Use -h, --help, or -? after a command to get more help about a particular command.");
116+
Console.WriteLine("Use -h, --help, or -? for usage help. Use after a command to get more help about a particular command.");
118117
}
119118
});
120119

0 commit comments

Comments
 (0)