aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-09-25 12:57:48 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-09-25 12:57:48 +0200
commit8116b7b64b64110219462104db54def030670bd7 (patch)
treef604f9a6e19e5558d19706ed00740080e1fac9b0 /git-buildpackage
parenta2bc734d8faed2a2e3095fcd484941219faecf70 (diff)
rename --git-buildcmd to --git-builder
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 ac54928b..9b2e8bd4 100755
--- a/git-buildpackage
+++ b/git-buildpackage
@@ -48,7 +48,7 @@ def main(argv):
help="build with incommited changes in the source tree")
parser.add_option("--git-tag", action="store_true", dest="tag", default=False,
help="build with uncommited changes in the source tree")
- parser.add_option("--git-buildcmd", dest="build_cmd", default=build_cmd,
+ parser.add_option("--git-builder", dest="build_cmd", default=build_cmd,
help="command to build the package e.g. default is 'debuild'")
(options, args) = parser.parse_args(args)