63c8857b0e
Resolves: RHEL-71521 Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
40 lines
1.2 KiB
Diff
40 lines
1.2 KiB
Diff
From a8d1efcaba26dd992d89da2e60999642d7ae8eca Mon Sep 17 00:00:00 2001
|
|
From: Martin George <marting@netapp.com>
|
|
Date: Wed, 13 Nov 2024 00:14:07 +0530
|
|
Subject: [PATCH] netapp-ontapdev-doc: add verbose details
|
|
|
|
Add verbose option details to the ontapdevices documentation.
|
|
|
|
Signed-off-by: Martin George <marting@netapp.com>
|
|
---
|
|
Documentation/nvme-netapp-ontapdevices.txt | 6 +++++-
|
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/Documentation/nvme-netapp-ontapdevices.txt b/Documentation/nvme-netapp-ontapdevices.txt
|
|
index fc28947d..e56bae57 100644
|
|
--- a/Documentation/nvme-netapp-ontapdevices.txt
|
|
+++ b/Documentation/nvme-netapp-ontapdevices.txt
|
|
@@ -8,7 +8,7 @@ nvme-netapp-ontapdevices - Display information about ONTAP devices
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
-'nvme netapp ontapdevices' [--output-format=<fmt> | -o <fmt>]
|
|
+'nvme netapp ontapdevices' [--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
@@ -22,6 +22,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 ONTAP devices on the host.
|
|
+
|
|
EXAMPLES
|
|
--------
|
|
* Display information, in a column-based format, for ONTAP devices.
|
|
--
|
|
2.43.5
|
|
|