nix: Remove the -h flag

This commit is contained in:
Eelco Dolstra
2018-08-30 16:14:19 +02:00
parent 145db703e5
commit 5e83b0227f
-1
View File
@@ -24,7 +24,6 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
{
mkFlag()
.longName("help")
.shortName('h')
.description("show usage information")
.handler([&]() { showHelpAndExit(); });