1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00

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
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(); });