nix: Remove the -h flag

(cherry picked from commit 5e83b0227f)
This commit is contained in:
Eelco Dolstra
2018-08-30 16:14:19 +02:00
parent b542267d18
commit 1fceed528d

View File

@@ -24,7 +24,6 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
{
mkFlag()
.longName("help")
.shortName('h')
.description("show usage information")
.handler([&]() { showHelpAndExit(); });