From: Martin George Date: Sat, 11 Mar 2023 05:49:37 +0000 (+0530) Subject: nvme-doc: update man page for supported-log-pages X-Git-Tag: v2.4~31 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9fb442933379b697280e20dbaceb666d12ad0e7e;p=users%2Fsagi%2Fnvme-cli.git nvme-doc: update man page for supported-log-pages 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 --- diff --git a/Documentation/nvme-supported-log-pages.txt b/Documentation/nvme-supported-log-pages.txt index 32f95fec..f80aa5f8 100644 --- a/Documentation/nvme-supported-log-pages.txt +++ b/Documentation/nvme-supported-log-pages.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'nvme supported-log-pages' [--output-format= | -o ] - [--human-readable | -H] + [--verbose | -v] DESCRIPTION ----------- @@ -30,10 +30,9 @@ OPTIONS 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 -------- @@ -41,4 +40,4 @@ No examples provided yet. NVME ---- -Part of the nvme-user suite \ No newline at end of file +Part of the nvme-user suite