Skip to content
Snippets Groups Projects
Commit 0873dfc6 authored by nimrod's avatar nimrod
Browse files

Add description to the CLI.

parent 43c349c5
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ def getSlaveStatus(host, user, passwd, port):
def main():
parser = ArgumentParser()
parser = ArgumentParser(description='Check MySQL seconds behind master for Nagios-like monitoring.')
parser.add_argument('-u',
'--user',
help='Login username',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment