diff options
author | Oz Linden <oz@lindenlab.com> | 2012-08-22 17:11:10 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-08-22 17:11:10 -0400 |
commit | 43d29ea03e39419e401db5fbe05cdb4e9364144f (patch) | |
tree | c2c7273bb0d121d27ae5806cdb042cd2ba116ade /indra/lib/python | |
parent | f78861c7bc355ddbcc3e942c41835a94070614c9 (diff) | |
parent | d34e584b41ce317a942aa93e6217e678c88b9050 (diff) |
merge changes for DRTVWR-202
Diffstat (limited to 'indra/lib/python')
-rw-r--r-- | indra/lib/python/indra/util/llmanifest.py | 7 |
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=""): |