Fixed help

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-01-16 00:56:35 +00:00
parent c9e279e9db
commit f28624fc38

View file

@ -52,8 +52,8 @@ while i < argc:
print("Retrives jobs from the manager and executes them") print("Retrives jobs from the manager and executes them")
print("") print("")
print(" -p, --prefix Database prefix to use") print(" -p, --prefix Database prefix to use")
print(" --host Logger host") print(" --host Manager host")
print(" --port Logger port") print(" --port Manager port")
print(" -a, --action Considered tiles for build. Can be:") print(" -a, --action Considered tiles for build. Can be:")
print(" pending: Only builds pending tiles. These are always build: default") print(" pending: Only builds pending tiles. These are always build: default")
print(" started: Run tiles marked as started. CAUTION, use with care.") print(" started: Run tiles marked as started. CAUTION, use with care.")