[libvirt] [PATCH] Remove stray space in cmdHelp

17 Jun
2016
17 Jun
'16
7:43 p.m.
--- 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
3372
Age (days ago)
3372
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ján Tomko