Akash Gangil 06cd0d5bf0 [AU]Fix help message for supported ops on resource
Fixes the case of the operations supported in the help message
of a resource.
Also fixes list of supported ops where we were listing all the ops
when a invalid op was specified instead of just the ops that are
supported *only* by the resource.

$ nsxadmin -r edges
Supported list of operations for the NSX-V resource ['LIST', 'CLEAN']

If user supplies -o LIST, it won't work. since the callback registration
is case sensitive. So to avoice any ambiguity we show the ops as lower
case.

Supported list of operations for the NSX-V resource ['list', clean'']

Change-Id: If41274181baf0f30502b8821169bbc6e4504ba2d
2015-12-02 03:45:40 -08:00
..
2015-11-19 12:53:12 -08:00
2013-07-06 15:02:43 -04:00
2014-12-21 23:24:18 -08:00
2015-10-27 07:42:47 +02:00
2014-06-21 15:07:31 +08:00