diff --git a/tools/vsh.c b/tools/vsh.c index 605c5745c4..8649305b0c 100644 --- a/tools/vsh.c +++ b/tools/vsh.c @@ -2858,7 +2858,7 @@ const vshCmdInfo info_help[] = { bool cmdHelp(vshControl *ctl, const vshCmd *cmd) - { +{ const char *name = NULL; if (vshCommandOptStringQuiet(ctl, cmd, "command", &name) <= 0) {