From 00b1cce0c0f68889a6c218c762d5ef4a93426044 Mon Sep 17 00:00:00 2001 From: Li Yang Date: Fri, 4 Apr 2014 15:18:54 +0800 Subject: [PATCH] virsh: Fix comment of vshCmdInfo The original comment of vshCmdInfo: "name" - command name Actually it's 'help' and the short description of command, not the command name. Signed-off-by: Li Yang --- tools/virsh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh.h b/tools/virsh.h index 3e0251b621..1ffc003e7a 100644 --- a/tools/virsh.h +++ b/tools/virsh.h @@ -154,7 +154,7 @@ typedef char **(*vshCompleter)(unsigned int flags); * vshCmdInfo -- name/value pair for information about command * * Commands should have at least the following names: - * "name" - command name + * "help" - short description of command * "desc" - description of command, or empty string */ struct _vshCmdInfo { -- GitLab