summaryrefslogtreecommitdiffstats
path: root/plugins/configure_gluster_node.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/configure_gluster_node.py')
-rwxr-xr-xplugins/configure_gluster_node.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/configure_gluster_node.py b/plugins/configure_gluster_node.py
index 2a6e0e9..e60bd0f 100755
--- a/plugins/configure_gluster_node.py
+++ b/plugins/configure_gluster_node.py
@@ -47,8 +47,8 @@ def create_arg_parser():
parser.add_argument('-n', '--nagios', action='store', dest='nagios',
type=str, required=True, help='Nagios Server Address')
parser.add_argument('-H', '--hostname', action='store', dest='hostname',
- type=str, required=True,
- help='Name of the host in Nagios Configuration')
+ type=str, required=True,
+ help='Name of the host in Nagios Configuration')
return parser