summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-03-15 15:10:14 -0700
committerChristopher Aillon <caillon@redhat.com>2011-03-15 15:10:14 -0700
commitea310880d2d80c370591ae90ab3de7ada498cd52 (patch)
tree03c7cc64549c0527c5cb831a2d7c4d30030da4fd
parent605a59552bef0618bd5140cbbd179b04858b320f (diff)
downloadgecko-maint-ea310880d2d80c370591ae90ab3de7ada498cd52.tar.gz
gecko-maint-ea310880d2d80c370591ae90ab3de7ada498cd52.tar.xz
gecko-maint-ea310880d2d80c370591ae90ab3de7ada498cd52.zip
moz-grab-langpacks: deprecate --url
It's a little error prone and existed mostly since our guessing wasn't good enough in the past. Our guessing should be solid enough now to stop using it, though.
-rwxr-xr-xscripts/moz-grab-langpacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/moz-grab-langpacks b/scripts/moz-grab-langpacks
index d60676d..f275b29 100755
--- a/scripts/moz-grab-langpacks
+++ b/scripts/moz-grab-langpacks
@@ -31,7 +31,7 @@ def parse_cmdline():
help='Specify the build number to grab langpacks for, useful for guessing the XPI URL if it is not passed.')
parser.add_argument('-u', '--url', default=None,
- help='Specify a URL to download langpacks from')
+ help='DEPRECATED: Specify a URL to download langpacks from')
parser.add_argument('--bz2', action='store_true',
help='If passed, creates a tar.bz2 instead of tar.xz')