]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme: Correct show-topology command help spelling error
authorTokunori Ikegami <ikegami.t@gmail.com>
Mon, 12 Dec 2022 17:52:26 +0000 (02:52 +0900)
committerTokunori Ikegami <ikegami.t@gmail.com>
Mon, 12 Dec 2022 17:52:26 +0000 (02:52 +0900)
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
nvme.c

diff --git a/nvme.c b/nvme.c
index 39ea9e6f1b1239ef43e3a0106f5fd838e69a3728..5d252a52301cc975de22b8e96f70d730639c5545 100644 (file)
--- 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;