diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/moz-grab-langpacks | 2 |
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') |
