Skip to content

Commit

Permalink
Specify nbgv version when no command is given
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 9, 2020
1 parent 148b1b1 commit c29f787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nbgv/Program.cs
Expand Up @@ -136,6 +136,7 @@ private static int MainInner(string[] args)
if (syntax.ActiveCommand == null)
{
Console.WriteLine("nbgv v{0}", ThisAssembly.AssemblyInformationalVersion);
Console.WriteLine("Use -h, --help, or -? for usage help. Use after a command to get more help about a particular command.");
}
});
Expand Down

0 comments on commit c29f787

Please sign in to comment.