Skip to content

Commit

Permalink
nix: Remove the -h flag
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Aug 30, 2018
1 parent 145db70 commit 5e83b02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nix/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
{
mkFlag()
.longName("help")
.shortName('h')
.description("show usage information")
.handler([&]() { showHelpAndExit(); });

Expand Down

0 comments on commit 5e83b02

Please sign in to comment.