nix: Remove the -h flag
This commit is contained in:
parent
145db703e5
commit
5e83b0227f
|
@ -24,7 +24,6 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
|
|||
{
|
||||
mkFlag()
|
||||
.longName("help")
|
||||
.shortName('h')
|
||||
.description("show usage information")
|
||||
.handler([&]() { showHelpAndExit(); });
|
||||
|
||||
|
|
Loading…
Reference in a new issue