From 9fb442933379b697280e20dbaceb666d12ad0e7e Mon Sep 17 00:00:00 2001 From: Martin George Date: Sat, 11 Mar 2023 11:19:37 +0530 Subject: [PATCH] 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 --- Documentation/nvme-supported-log-pages.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 -- 2.50.1