From 93782b6720fd4c74bd4a8e02d8215d4a735b602d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 27 Jul 2021 00:05:31 +0300
Subject: [PATCH] Update CLI usage.

---
 README.rst | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/README.rst b/README.rst
index c7f6a54..40ea305 100644
--- a/README.rst
+++ b/README.rst
@@ -21,23 +21,26 @@ Usage
 
 .. code:: shell
 
-   usage: mnpw [-h] [-v] [-V] [-d] [-t TIMEOUT]
-               command [arguments [arguments ...]]
+  usage: mnpw [-h] [-v] [-V] [-d] [-q] [-w] [-u] [-e] [-t TIMEOUT] command [arguments ...]
 
-    My Nagios plugin wrapper.
+  My Nagios plugin wrapper.
 
-    positional arguments:
-      command               Plugin command
-      arguments             Command arguments
+  positional arguments:
+    command               Plugin command
+    arguments             Command arguments
 
-    optional arguments:
-      -h, --help            show this help message and exit
-      -v, --verbose         Verbose output
-      -V, --version         show program's version number and exit
-      -d, --dry-run         Dry-run, don't notify
-      -t TIMEOUT, --timeout TIMEOUT
-                            Command timeout (in seconds), defaults to
-                            10
+  optional arguments:
+    -h, --help            show this help message and exit
+    -v, --verbose         Verbose output
+    -V, --version         show program's version number and exit
+    -d, --dry-run         Dry-run, don't notify
+    -q, --quiet, --silent
+                          No output, except for errors.
+    -w, --warn            Notify when the check status is WARNING.
+    -u, --unknown         Notify when the check status is UNKNOWN.
+    -e, --errors          Notify on check errors.
+    -t TIMEOUT, --timeout TIMEOUT
+                          Command timeout (in seconds), defaults to 10
 
 Usage as library
 ----------------
-- 
GitLab