diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-03-31 16:22:57 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-03-31 16:22:57 +0800 |
| commit | a061c2e49923fee13ed7f0e86957b8d7f8fe4106 (patch) | |
| tree | 8d9ac8fcba313aa9d39649135e70e914b0999897 /indra/lib/python | |
| parent | 54b957c78179c495fb8e62e62ae2326f9d185724 (diff) | |
| parent | d438ef9c83197f90d3132cd2ea1d47d687a68acf (diff) | |
Merge tag 'Second_Life_Release#d438ef9c-2026.1.1' into 26.1.1
Diffstat (limited to 'indra/lib/python')
| -rwxr-xr-x | indra/lib/python/indra/util/llmanifest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py index 1bd65eb57d..0ad0b6b1a9 100755 --- a/indra/lib/python/indra/util/llmanifest.py +++ b/indra/lib/python/indra/util/llmanifest.py @@ -157,7 +157,8 @@ BASE_ARGUMENTS=[ for use by a .bat file.""", default=None), dict(name='versionfile', - description="""The name of a file containing the full version number."""), + description="""The name of a file containing the full version number.""", + default=None), ] def usage(arguments, srctree=""): |
