app/testpmd: fix help for TM commit command
authorKrzysztof Kanas <krzysztof.kanas@caviumnetworks.com>
Wed, 25 Jul 2018 12:41:49 +0000 (14:41 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Jul 2018 17:45:44 +0000 (19:45 +0200)
Fixes: 996cb153af06 ("app/testpmd: add commands for TM nodes and hierarchy commit")

Signed-off-by: Krzysztof Kanas <krzysztof.kanas@caviumnetworks.com>
app/test-pmd/cmdline_tm.c

index 2729101..631f179 100644 (file)
@@ -2176,7 +2176,7 @@ static void cmd_port_tm_hierarchy_commit_parsed(void *parsed_result,
 cmdline_parse_inst_t cmd_port_tm_hierarchy_commit = {
        .f = cmd_port_tm_hierarchy_commit_parsed,
        .data = NULL,
-       .help_str = "Set port tm node shaper profile",
+       .help_str = "Commit port tm hierarchy",
        .tokens = {
                (void *)&cmd_port_tm_hierarchy_commit_port,
                (void *)&cmd_port_tm_hierarchy_commit_tm,