Fixed help
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
c9e279e9db
commit
f28624fc38
1 changed files with 2 additions and 2 deletions
|
@ -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.")
|
||||||
|
|
Loading…
Reference in a new issue