mirror of https://github.com/zulip/zulip.git
check-rabbitmq-consumers: Remove --queue argument from help.
This has not been accepted since 88a123d5e0
.
This commit is contained in:
parent
91379fd67e
commit
53c01aa299
|
@ -23,7 +23,7 @@ if "USER" in os.environ and not os.environ["USER"] in ["root", "rabbitmq"]:
|
|||
print("This script must be run as the root or rabbitmq user")
|
||||
|
||||
|
||||
usage = """Usage: check-rabbitmq-consumers --queue=[queue-name] --min-threshold=[min-threshold]"""
|
||||
usage = """Usage: check-rabbitmq-consumers --min-threshold=[min-threshold]"""
|
||||
|
||||
parser = argparse.ArgumentParser(usage=usage)
|
||||
parser.add_argument("--min-threshold", dest="min_count", type=int, default=1)
|
||||
|
|
Loading…
Reference in New Issue