diff --git a/tools/shell/src/shellAuto.c b/tools/shell/src/shellAuto.c index 2702c28e59..5db9b47a5f 100644 --- a/tools/shell/src/shellAuto.c +++ b/tools/shell/src/shellAuto.c @@ -145,11 +145,11 @@ SWords shellCommands[] = { // 80 {"show query ;", 0, 0, NULL}, {"show qnodes;", 0, 0, NULL}, - {"show snodes;", 0, 0, NULL}, {"show stables;", 0, 0, NULL}, {"show stables like ", 0, 0, NULL}, {"show streams;", 0, 0, NULL}, {"show scores;", 0, 0, NULL}, + {"show snodes;", 0, 0, NULL}, {"show subscriptions;", 0, 0, NULL}, {"show tables;", 0, 0, NULL}, {"show tables like", 0, 0, NULL},