config: Print correct default for postunpack hook
authorGuido Günther <agx@sigxcpu.org>
Thu, 1 Sep 2022 10:36:42 +0000 (12:36 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 1 Sep 2022 11:00:13 +0000 (13:00 +0200)
gbp/config.py

index 0a5a35e4fd785a6da26cd1226d9bbb2c3e1e9ee0..4f9e91d34742c4461d5670865634fd8bb1dcbdb7 100644 (file)
@@ -340,7 +340,7 @@ class GbpOptionParser(OptionParser):
             "default is '%(postimport)s'",
         'postunpack':
             "hook run after a unpacking the tarballs, "
-            "default is '%(postimport)s'",
+            "default is '%(postunpack)s'",
         'hooks':
             "Enable running all hooks, default is %(hooks)s",
         'upstream-signatures':