summaryrefslogtreecommitdiffstats
path: root/plugins/configure_gluster_node.py
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-05-01 08:50:55 +0530
committerSahina Bose <sabose@redhat.com>2014-05-01 22:27:30 -0700
commit9b8aab6f4560ff3e8935a44e7552cff0f3624804 (patch)
treed7ab73e02f75b0c978bea02be9711182fdb889f1 /plugins/configure_gluster_node.py
parentade53f83d569ee9d46914af51f62a13e0cc9406d (diff)
autoconf: fix for pep8 issue
fix for pep8 issue Change-Id: Ia402d2f152a5ecd169f43c759c5beb1c4038ff3b Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: http://review.gluster.org/7625 Reviewed-by: Kanagaraj M <kmayilsa@redhat.com> Reviewed-by: Sahina Bose <sabose@redhat.com>
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