From fc67d3ad9a2903cc33e5cdaedaad51dd86a42236 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 24 Dec 2023 08:57:49 +0100 Subject: Adding upstream version 2.7.1. Signed-off-by: Daniel Baumann --- Documentation/nvme-effects-log.html | 42 +++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 16 deletions(-) (limited to 'Documentation/nvme-effects-log.html') diff --git a/Documentation/nvme-effects-log.html b/Documentation/nvme-effects-log.html index 23dc161..17ec867 100644 --- a/Documentation/nvme-effects-log.html +++ b/Documentation/nvme-effects-log.html @@ -749,9 +749,8 @@ nvme-effects-log(1) Manual Page

SYNOPSIS

-
nvme effects-log <device> [--output-format=<fmt> | -o <fmt>]
-                            [--human-readable | -H]
-                            [--raw-binary | -b]
+
nvme effects-log <device> [--human-readable | -H] [--raw-binary | -b]
+                        [--output-format=<fmt> | -o <fmt>] [--verbose | -v]
@@ -772,39 +771,50 @@ for each command that is supported.

--o <format> +-H
---output-format=<format> +--human-readable

- This option will set the reporting format to normal, json, or binary. - Only one output format can be used at a time. + This option will parse and format many of the bit fields into a + human-readable format.

--H +-b
---human-readable +--raw-binary

- This option will parse and format many of the bit fields into a - human-readable format. + This option will print the raw buffer to stdout. Structure is not + parsed by program. This overrides the human-readable option.

--b +-o <fmt>
---raw-binary +--output-format=<fmt>

- This option will print the raw buffer to stdout. Structure is not - parsed by program. This overrides the human-readable option. + Set the reporting format to normal, json or binary. Only one + output format can be used at a time. +

+
+
+-v +
+
+--verbose +
+
+

+ Increase the information detail in the output.

@@ -847,7 +857,7 @@ Have the program return the raw structure in binary: -- cgit v1.2.3