aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-01-18 08:47:55 +0100
committerGuido Günther <agx@sigxcpu.org>2012-01-18 08:47:55 +0100
commit43a6aa2a79dd279848ec38c867683344cfd679ea (patch)
tree2b1af77c2076a662aae98a293c48731193e28a53 /gbp/config.py
parent0c47432db776f37ceda027bf9901022df37e545d (diff)
Don't assume gzip compression of the orig tarball
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 5c2a2d90..5e8a5050 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -145,7 +145,7 @@ class GbpOptionParser(OptionParser):
'import-msg':
"format string for commit message, default is '%(import-msg)s'",
'pristine-tar':
- "use pristine-tar to create .orig.tar.gz, default is '%(pristine-tar)s'",
+ "use pristine-tar to create orig tarball, default is '%(pristine-tar)s'",
'filter-pristine-tar':
"Filter pristine-tar when filter option is used",
'filter':