From: Max Gurtovoy Date: Thu, 30 May 2019 09:43:23 +0000 (+0300) Subject: nvme: update description for "nvme list" command X-Git-Tag: v1.9~47 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9e75372bb96ed6dda4f099e9048389c8901adb2a;p=users%2Fsagi%2Fnvme-cli.git 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 --- 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; };