summaryrefslogtreecommitdiff
path: root/dh_xul-ext
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@debian.org>2012-01-12 22:20:39 +0100
committerBenjamin Drung <bdrung@debian.org>2012-01-12 22:20:39 +0100
commitbf2ddc50fde362ee726e62a10f718ba9346490cc (patch)
tree35458da9b33a0bcea38e6036ea519ab3d2a60db2 /dh_xul-ext
parent11a4a0338e591bd2fe4bbe00ac2cde0f450727cf (diff)
dh_xul-ext: Remove "-a" as the short form of the --all parameter, because -a is a common parameter for debhelper.
Closes: #655609
Diffstat (limited to 'dh_xul-ext')
-rwxr-xr-xdh_xul-ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_xul-ext b/dh_xul-ext
index e87fd6b..cea6e94 100755
--- a/dh_xul-ext
+++ b/dh_xul-ext
@@ -348,7 +348,7 @@ def main():
script_name = os.path.basename(sys.argv[0])
epilog = "See %s(1) for more info." % (script_name)
parser = UnknownOptionIgnoringOptionParser(epilog=epilog)
- parser.add_option("-a", "--all", action="store_true", dest="all",
+ parser.add_option("--all", action="store_true", dest="all",
help="expand substvars to all known XUL applications "
"(not only of your distribution)", default=False)
parser.add_option("-p", "--package", dest="packages", metavar="PACKAGE",