---
tools/vsh.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Pushed as trivial.
diff --git a/tools/vsh.c b/tools/vsh.c
index 605c574..8649305 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) {
--
2.7.3