From 4e1e5039abd8e3cdc463dac1a476bc08835342f7 Mon Sep 17 00:00:00 2001
From: Bruno Cornec <bruno.cornec@hpe.com>
Date: Thu, 21 Jan 2016 18:56:19 +0100
Subject: [PATCH] Minor fix for redfish-client on help line for insecure

---
 redfish-client/redfish-client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/redfish-client/redfish-client.py b/redfish-client/redfish-client.py
index 4ed5d64..6056d59 100755
--- a/redfish-client/redfish-client.py
+++ b/redfish-client/redfish-client.py
@@ -20,7 +20,7 @@ Options:
   -h --help             Show this screen.
   --version             Show version.
   --conf_file FILE      Configuration file [default: ~/.redfish.conf]
-  --insecure            Check SSL certificats
+  --insecure            Ignore SSL certificates
   --debug LEVEL         Run in debug mode, LEVEL from 1 to 3 increase verbosity
                         Security warning LEVEL > 1 could reveal password into the logs
   --debugfile FILE      Specify the client debugfile [default: redfish-client.log]