From 7dc44232455318dce5bccc7dbeb36ed96f814562 Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Tue, 13 Dec 2022 02:52:26 +0900 Subject: [PATCH] nvme: Correct show-topology command help spelling error Signed-off-by: Tokunori Ikegami --- nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvme.c b/nvme.c index 39ea9e6f..5d252a52 100644 --- a/nvme.c +++ b/nvme.c @@ -8461,7 +8461,7 @@ static int check_tls_key(int argc, char **argv, struct command *command, struct static int show_topology_cmd(int argc, char **argv, struct command *command, struct plugin *plugin) { - const char *desc = "Show the topolog\n"; + const char *desc = "Show the topology\n"; const char *verbose = "Increase output verbosity"; const char *ranking = "Ranking order: namespace|ctrl"; enum nvme_print_flags flags; -- 2.51.0