Skip to content

Commit 9612b70

Browse files
committed
Modified cert_path argument help message to align with requests package help message for cert_path argument
Signed-off-by: Pavan Bidkar [email protected] Signed-off-by: pgbidkar <[email protected]>
1 parent 81c8650 commit 9612b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/vsphere/common/connect_with_cert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def setup(self):
4545
parser = build_arg_parser()
4646
parser.add_argument('-cpath', '--cert_path',
4747
action='store',
48-
help='Verify vCenter Server certificate')
48+
help='path to a CA_BUNDLE file or directory with certificates of trusted CAs')
4949
args = parser.parse_args()
5050

5151
self.server, self.username, self.password, self.cleardata, self.skip_verification = \

0 commit comments

Comments
 (0)