Remove stray space in cmdHelp

This commit is contained in:
Ján Tomko 2016-06-17 19:27:08 +02:00
parent 86a68bdb0c
commit d41d18bcdc

View File

@ -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) {