From: Tokunori Ikegami Date: Mon, 12 Dec 2022 17:52:26 +0000 (+0900) Subject: nvme: Correct show-topology command help spelling error X-Git-Tag: v2.3~31^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7dc44232455318dce5bccc7dbeb36ed96f814562;p=users%2Fsagi%2Fnvme-cli.git nvme: Correct show-topology command help spelling error Signed-off-by: Tokunori Ikegami --- 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;