mirror of
https://github.com/apache/lucene.git
synced 2025-03-08 17:49:29 +00:00
try to make usage a bit clearer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1491429 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
415c33232f
commit
151f33407f
@ -1305,7 +1305,7 @@ def main():
|
||||
|
||||
if len(sys.argv) < 5:
|
||||
print()
|
||||
print('Usage python -u %s BaseURL SvnRevision version tmpDir [ isSigned ] [ -testArgs "-Dwhat=ever [ ... ]" ]'
|
||||
print('Usage python -u %s BaseURL SvnRevision version tmpDir [ isSigned(True|False) ] [ -testArgs "-Dwhat=ever [ ... ]" ]'
|
||||
% sys.argv[0])
|
||||
print()
|
||||
print(' example: python3.2 -u dev-tools/scripts/smokeTestRelease.py http://people.apache.org/~whoever/staging_area/lucene-solr-4.3.0-RC1-rev1469340 1469340 4.3.0 /path/to/a/tmp/dir')
|
||||
|
Loading…
x
Reference in New Issue
Block a user