From b542e6a80820235efc79d3712b717c150f074560 Mon Sep 17 00:00:00 2001 From: Randy Date: Thu, 19 Mar 2020 09:42:44 -0500 Subject: [PATCH] vs-telemetry-controller-option - fix invalid options reporting --- plugins/wdc/wdc-nvme.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/wdc/wdc-nvme.c b/plugins/wdc/wdc-nvme.c index ad86fde..c80c65d 100644 --- a/plugins/wdc/wdc-nvme.c +++ b/plugins/wdc/wdc-nvme.c @@ -3816,6 +3816,7 @@ static int wdc_vs_telemetry_controller_option(int argc, char **argv, struct comm } else { fprintf(stderr, "ERROR : WDC: unsupported option for this command\n"); + fprintf(stderr, "Please provide an option, -d, -e or -s\n"); ret = -1; goto out; } -- 2.49.0