dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
606 stars 279 forks source link

CheckConsistencyVirtualDiskREDFISH.py typo in double quote escape #95

Closed yafrank closed 4 years ago

yafrank commented 4 years ago

Hi, The double quote escape for -vv help should be prior to it. diff CheckConsistencyVirtualDiskREDFISH.py.orig CheckConsistencyVirtualDiskREDFISH.py 30c30 < parser.add_argument('-vv', help='Get current server storage controller virtual disks detailed information, pass in storage controller FQDD, Example "\RAID.Integrated.1-1\"', required=False)

parser.add_argument('-vv', help='Get current server storage controller virtual disks detailed information, pass in storage controller FQDD, Example \"RAID.Integrated.1-1\"', required=False)

texroemer commented 4 years ago

Thanks @yafrank

Typo has been corrected and updated script uploaded.