From ea310880d2d80c370591ae90ab3de7ada498cd52 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Tue, 15 Mar 2011 15:10:14 -0700 Subject: 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. --- scripts/moz-grab-langpacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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') -- cgit