diff options
Diffstat (limited to 'linden/indra/lib')
-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.""", |