Closed vice closed 5 years ago
To be consistent with the options help text: https://github.com/DMTF/Redfishtool/blob/844c0b9c51cd7b42e5ed3d9ba4ff19e1dcccc618/redfishtool/redfishtoolMain.py#L38
And because usually long options are lowercase.
Ah, good catch; never noticed that discrepancy!
Since the code has been like this for a long time it might be nice to be sure we still accept the original long arg:
elif opt in ("-V", "--version", "--Version"):
Just in the unlikely case that someone has a script that is collecting the tool version using '--Version'.
Approved 6/6
Any particular reason for the change?