mirror of
https://github.com/shouptech/nagios-plugin-check-rabbitmq.git
synced 2026-02-03 14:49:41 +00:00
Added [NODE] to usage, since some actions require a NODE.
This commit is contained in:
parent
a9b353e1bd
commit
9e840678ca
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class RabbitAPIChecker(object):
|
|||
|
||||
def main():
|
||||
"""Main entry point for program"""
|
||||
usage = "%prog [options] -H|--hostname HOST ACTION"
|
||||
usage = "%prog [options] -H|--hostname HOST ACTION [NODE]"
|
||||
parser = OptionParser(usage=usage,
|
||||
version="%prog "+PLUGIN_VERSION)
|
||||
parser.add_option(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue