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 <minwoo.im@samsung.com>
Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
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;
};