From: Guido Günther Date: Thu, 1 Sep 2022 10:36:42 +0000 (+0200) Subject: config: Print correct default for postunpack hook X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f463b9a44e662bbf568e4c7e56fda28e43c6de0;p=tools%2Fgit-buildpackage.git config: Print correct default for postunpack hook --- diff --git a/gbp/config.py b/gbp/config.py index 0a5a35e4..4f9e91d3 100644 --- a/gbp/config.py +++ b/gbp/config.py @@ -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':