diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/lib/python | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
Diffstat (limited to 'linden/indra/lib/python')
-rw-r--r-- | linden/indra/lib/python/indra/util/llmanifest.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/lib/python/indra/util/llmanifest.py b/linden/indra/lib/python/indra/util/llmanifest.py index e5a732d..1bd44ae 100644 --- a/linden/indra/lib/python/indra/util/llmanifest.py +++ b/linden/indra/lib/python/indra/util/llmanifest.py | |||
@@ -128,8 +128,11 @@ ARGUMENTS=[ | |||
128 | value for this parameter.""", | 128 | value for this parameter.""", |
129 | default=""), | 129 | default=""), |
130 | dict(name='channel', | 130 | dict(name='channel', |
131 | description="""The channel to use for updates.""", | 131 | description="""The channel to use for updates, packaging, settings name, etc.""", |
132 | default=get_channel), | 132 | default=get_channel), |
133 | dict(name='login_channel', | ||
134 | description="""The channel to use for login handshake/updates only.""", | ||
135 | default=None), | ||
133 | dict(name='installer_name', | 136 | dict(name='installer_name', |
134 | description=""" The name of the file that the installer should be | 137 | description=""" The name of the file that the installer should be |
135 | packaged up into. Only used on Linux at the moment.""", | 138 | packaged up into. Only used on Linux at the moment.""", |