41 lines
1.3 KiB
Diff
41 lines
1.3 KiB
Diff
From cd69ccb4d51b4c0b1f772f9fef42fbf441e4a7f2 Mon Sep 17 00:00:00 2001
|
|
From: Martin George <marting@netapp.com>
|
|
Date: Tue, 3 Dec 2024 13:26:56 +0530
|
|
Subject: [PATCH] netapp-smdev-doc: add verbose details
|
|
|
|
Add verbose option details to the smdevices documentation.
|
|
|
|
Signed-off-by: Martin George <marting@netapp.com>
|
|
Tested-by: Clayton Skaggs <claytons@netapp.com>
|
|
---
|
|
Documentation/nvme-netapp-smdevices.txt | 6 +++++-
|
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/Documentation/nvme-netapp-smdevices.txt b/Documentation/nvme-netapp-smdevices.txt
|
|
index cb68acf7..c135ff0c 100644
|
|
--- a/Documentation/nvme-netapp-smdevices.txt
|
|
+++ b/Documentation/nvme-netapp-smdevices.txt
|
|
@@ -8,7 +8,7 @@ nvme-netapp-smdevices - Display information for each NVMe path to an E-Series vo
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
-'nvme netapp smdevices' [--output-format=<fmt> | -o <fmt>]
|
|
+'nvme netapp smdevices' [--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
@@ -23,6 +23,10 @@ OPTIONS
|
|
Set the reporting format to 'normal' (default), 'column', or
|
|
'json'. Only one output format can be used at a time.
|
|
|
|
+-v::
|
|
+--verbose::
|
|
+ Display additional information of E-Series devices on the host.
|
|
+
|
|
EXAMPLES
|
|
--------
|
|
* Display information, in a column-based format, for each path to an E-Series
|
|
--
|
|
2.43.5
|
|
|