about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 9cd5d21c84..69791e223c 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(); });