mirror of https://gitee.com/openkylin/libvirt.git
Remove stray space in cmdHelp
This commit is contained in:
parent
86a68bdb0c
commit
d41d18bcdc
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue