There is no human-readable option implemented for nvme
supported-log-pages. Instead there is only a verbose option.
So update the respective man page to reflect the same.
Signed-off-by: Martin George <marting@netapp.com>
--------
[verse]
'nvme supported-log-pages' <device> [--output-format=<fmt> | -o <fmt>]
- [--human-readable | -H]
+ [--verbose | -v]
DESCRIPTION
-----------
This option will set the reporting format to normal, json, or binary.
Only one output format can be used at a time.
--H::
---human-readable::
- This option will parse and format many of the bit fields into a
- human-readable format.
+-v::
+--verbose::
+ Show more information including LID Supported (LSUPP) and Index Offset Supported (IOP) details.
EXAMPLES
--------
NVME
----
-Part of the nvme-user suite
\ No newline at end of file
+Part of the nvme-user suite