From ee7c3b238127997330c98accf50e2f746f51f714 Mon Sep 17 00:00:00 2001 From: Leonardo da Cunha Date: Thu, 20 Mar 2025 17:11:38 -0700 Subject: [PATCH] documentation: Updated solidigm parse-telemetry-log source-file. Source-file was a flag, now is gets a filename. Signed-off-by: Leonardo da Cunha --- Documentation/nvme-solidigm-parse-telemetry-log.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/nvme-solidigm-parse-telemetry-log.txt b/Documentation/nvme-solidigm-parse-telemetry-log.txt index 38a678bd..d152e448 100644 --- a/Documentation/nvme-solidigm-parse-telemetry-log.txt +++ b/Documentation/nvme-solidigm-parse-telemetry-log.txt @@ -33,17 +33,18 @@ OPTIONS -d :: --data-area=:: - 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 :: --config-file=:: Specify a JSON configuration file for custom parsing of the telemetry log. --s:: ---source-file:: - Indicates that the argument is a binary file containing a log dump - instead of a block or character device. +-s :: +--source-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 -- 2.50.1