diff --git a/bob/extension/scripts/click_helper.py b/bob/extension/scripts/click_helper.py
index 5dccd548b345d4fcd46513ceee555ffe53b9959b..a48411e389795aa36fddace546f5a4b2dd7a0604 100644
--- a/bob/extension/scripts/click_helper.py
+++ b/bob/extension/scripts/click_helper.py
@@ -174,7 +174,7 @@ class ConfigCommand(click.Command):
     # Add the config argument to the command
     click.argument(config_argument_name, nargs=-1)(self)
     # Option for config file generation
-    click.option('-dc', '--dump-config', type=click.Path(exists=False),
+    click.option('-H', '--dump-config', type=click.Path(exists=False),
                  help="Name of the config file to be generated")(self)
 
   def invoke(self, ctx):