From 9e75372bb96ed6dda4f099e9048389c8901adb2a Mon Sep 17 00:00:00 2001 From: Max Gurtovoy Date: Thu, 30 May 2019 12:43:23 +0300 Subject: [PATCH] nvme: update description for "nvme list" command The "nvme list" command doesn't get any device handle as an input argument. This operation prints out a basic information for all NVMe namespaces in the system. Reviewed-by: Minwoo Im Signed-off-by: Max Gurtovoy --- nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvme.c b/nvme.c index 9d763f50..3310abd3 100644 --- a/nvme.c +++ b/nvme.c @@ -1801,7 +1801,7 @@ static int list(int argc, char **argv, struct command *cmd, struct plugin *plugi struct list_item *list_items; unsigned int list_cnt = 0; int fmt, ret, fd, i, n; - const char *desc = "Retrieve basic information for the given device"; + const char *desc = "Retrieve basic information for all NVMe namespaces"; struct config { char *output_format; }; -- 2.50.1