summaryrefslogtreecommitdiff
path: root/indra/lib
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-08-24 13:55:28 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-08-24 13:55:28 -0400
commitca0f80c9dec990233468404d994227bdbea93790 (patch)
treee2b03a81886912b0975d70ea21caefa628ac50ab /indra/lib
parentb59a443254ef11def158ffb46dbbb3d4d3dada4a (diff)
parente51a57b895895e3a3a613022b973067fd17d9561 (diff)
merge
Diffstat (limited to 'indra/lib')
-rw-r--r--indra/lib/python/indra/util/llmanifest.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py
index a4fb77357c..bfcb259709 100644
--- a/indra/lib/python/indra/util/llmanifest.py
+++ b/indra/lib/python/indra/util/llmanifest.py
@@ -167,7 +167,12 @@ ARGUMENTS=[
dict(name='version',
description="""This specifies the version of Second Life that is
being packaged up.""",
- default=get_default_version)
+ default=get_default_version),
+ dict(name='signature',
+ description="""This specifies an identity to sign the viewer with, if any.
+ If no value is supplied, the default signature will be used, if any. Currently
+ only used on Mac OS X.""",
+ default=None)
]
def usage(srctree=""):