aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-08-04 16:41:55 -0400
committerGuido Günther <agx@sigxcpu.org>2010-08-04 16:44:00 -0400
commitdbc7fe36573e7bb142023fd3fea8ee4db0878738 (patch)
treea198b60fa2cf5b8e541c3ef37ab53269648898d3 /git-buildpackage
parentaf2a435443ff050c6a47fa2c58d79fa7f954cc38 (diff)
We don't only support .gz tarballs
Diffstat (limited to 'git-buildpackage')
-rwxr-xr-xgit-buildpackage2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-buildpackage b/git-buildpackage
index e4e5a6c6..30b6c05a 100755
--- a/git-buildpackage
+++ b/git-buildpackage
@@ -219,7 +219,7 @@ def main(argv):
tag_group = GbpOptionGroup(parser, "tag options", "options related to git tag creation")
branch_group = GbpOptionGroup(parser, "branch options", "branch layout options")
cmd_group = GbpOptionGroup(parser, "external command options", "how and when to invoke external commands and hooks")
- orig_group = GbpOptionGroup(parser, "orig.tar.gz options", "options related to .orig.tar.gz creation")
+ orig_group = GbpOptionGroup(parser, "orig tarball options", "options related to the creation of the orig tarball")
export_group = GbpOptionGroup(parser, "export build-tree options", "alternative build tree related options")
parser.add_option_group(tag_group)
parser.add_option_group(orig_group)