about summary refs log tree commit diff
path: root/src/nix/main.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-08-30T14·14+0200
committerEelco Dolstra <edolstra@gmail.com>2018-08-30T14·14+0200
commit5e83b0227f024c63fd1adb7995d17a8a1604b10c (patch)
tree4a93f23b2559f46e408591c4a5104a2d93b646a2 /src/nix/main.cc
parent145db703e58fa8438413cb67a1361020850ce10e (diff)
nix: Remove the -h flag
Diffstat (limited to '')
-rw-r--r--src/nix/main.cc1
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(); });