]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
wdc: updated products list for telemetry (--type) argument
authorAkhilesh RN <Akhilesh.RN@WDC.com>
Fri, 18 Feb 2022 13:22:52 +0000 (18:52 +0530)
committerDaniel Wagner <dwagner@suse.de>
Fri, 18 Feb 2022 13:51:06 +0000 (14:51 +0100)
Updated products list for telemetry (--type) argument in the wdc
vs-internal-log command.

plugins/wdc/wdc-nvme.c

index 936dd221f5aa3f12857e1f0a154af3d30a754f94..d864cfbf8aeff402280c17663ce55e5bda38cabf 100644 (file)
@@ -2955,7 +2955,7 @@ static int wdc_vs_internal_fw_log(int argc, char **argv, struct command *command
        char *data_area = "Data area to retrieve up to. Currently only supported on the SN340, SN640, SN730, and SN840 devices.";
        char *file_size = "Output file size.  Currently only supported on the SN340 device.";
        char *offset = "Output file data offset. Currently only supported on the SN340 device.";
-       char *type = "Telemetry type - NONE, HOST, or CONTROLLER. Currently only supported on the SN640 and SN840 devices.";
+       char *type = "Telemetry type - NONE, HOST, or CONTROLLER. Currently only supported on the SN530, SN640, SN730, SN740, SN810, SN840 and ZN350 devices.";
        char *verbose = "Display more debug messages.";
        char f[PATH_MAX] = {0};
        char fileSuffix[PATH_MAX] = {0};