Update start-druid-main.py (#14471)

Quick typo correction.
This commit is contained in:
Peter Marshall 2023-06-23 09:37:24 +01:00 committed by GitHub
parent 7e2cf35d7b
commit b6d6e3b827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ sample usage:
'\'common.jvm.config\' & \'common.runtime.properties\' files. \n'
'If this argument is not given, config from \n'
'conf/druid/auto directory is used.\n'
'Note. zookeeper config cannot be overriden.\n')
'Note. zookeeper config cannot be overridden.\n')
parser.add_argument('--compute', action='store_true',
help='Does not start Druid, only displays the memory allocated \n'
'to each service if started with the given total memory.\n')