summaryrefslogtreecommitdiff
path: root/indra/lib
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@lindenlab.com>2026-04-07 20:28:42 -0400
committerGitHub <noreply@github.com>2026-04-07 20:28:42 -0400
commitf4bc7652f8ec4dac7c41e40287615c56ac1cec10 (patch)
tree08bbbeed17d08f1d92340dcffb71729e89988840 /indra/lib
parentab5b121a5f13147452050adfaff58a1a8bd25d25 (diff)
parent46412a6bfcf232790b9a57931d3efafcbf758511 (diff)
Merge pull request #5624 from secondlife/geenz/velopack-26.2
Velopack -> 2026.02
Diffstat (limited to 'indra/lib')
-rwxr-xr-xindra/lib/python/indra/util/llmanifest.py3
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=""):