nix: Remove the -h flag

This commit is contained in:
Eelco Dolstra 2018-08-30 16:14:19 +02:00
parent 145db703e5
commit 5e83b0227f
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

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