diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-08-30T14·14+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-08-30T14·14+0200 |
commit | 5e83b0227f024c63fd1adb7995d17a8a1604b10c (patch) | |
tree | 4a93f23b2559f46e408591c4a5104a2d93b646a2 /src | |
parent | 145db703e58fa8438413cb67a1361020850ce10e (diff) |
nix: Remove the -h flag
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/main.cc b/src/nix/main.cc index 9cd5d21c84b6..69791e223c22 100644 --- a/src/nix/main.cc +++ b/src/nix/main.cc @@ -24,7 +24,6 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs { mkFlag() .longName("help") - .shortName('h') .description("show usage information") .handler([&]() { showHelpAndExit(); }); |