]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme-doc: update man page for supported-log-pages
authorMartin George <marting@netapp.com>
Sat, 11 Mar 2023 05:49:37 +0000 (11:19 +0530)
committerDaniel Wagner <wagi@monom.org>
Tue, 21 Mar 2023 14:23:05 +0000 (15:23 +0100)
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>
Documentation/nvme-supported-log-pages.txt

index 32f95fec5378921af7fdf54a3d5807c769394521..f80aa5f8a01f396c8574e1eba489e5f2b817d3f2 100644 (file)
@@ -9,7 +9,7 @@ SYNOPSIS
 --------
 [verse]
 'nvme supported-log-pages' <device> [--output-format=<fmt> | -o <fmt>]
-                            [--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