]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
documentation: Updated solidigm parse-telemetry-log source-file.
authorLeonardo da Cunha <leonardo.da.cunha@solidigm.com>
Fri, 21 Mar 2025 00:11:38 +0000 (17:11 -0700)
committerDaniel Wagner <wagi@monom.org>
Tue, 1 Apr 2025 12:23:08 +0000 (12:23 +0000)
Source-file was a flag, now is gets a filename.

Signed-off-by: Leonardo da Cunha <leonardo.da.cunha@solidigm.com>
Documentation/nvme-solidigm-parse-telemetry-log.txt

index 38a678bd800b7124d1c78e3293847698e8619093..d152e4482ad84c0070ab727abea570987a3a03ec 100644 (file)
@@ -33,17 +33,18 @@ OPTIONS
 
 -d <num>::
 --data-area=<num>::
-    Pick which telemetry data area to report. Default is 3 to fetch areas 1-3.
+    Pick which telemetry data area to report. Default is 1, or 3 if a config file is specified.
     Valid options are 1, 2, 3, 4.
 
 -j <file>::
 --config-file=<file>::
     Specify a JSON configuration file for custom parsing of the telemetry log.
 
--s::
---source-file::
-    Indicates that the <device> argument is a binary file containing a log dump
-    instead of a block or character device.
+-s <file>::
+--source-file=<file>::
+    Specifies a binary file containing a telemetry log dump to parse instead of
+    retrieving the log from a device. When this option is used, no device argument
+    should be provided.
 
 EXAMPLES
 --------
@@ -74,7 +75,7 @@ EXAMPLES
 * Parse a telemetry log from a binary file:
 +
 ------------
-# nvme solidigm parse-telemetry-log telemetry_dump.bin -s
+# nvme solidigm parse-telemetry-log -s telemetry_dump.bin
 ------------
 
 OUTPUT