From: Li Yang Date: Fri, 4 Apr 2014 07:18:54 +0000 (+0800) Subject: virsh: Fix comment of vshCmdInfo X-Git-Tag: v1.2.4-rc1~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00b1cce0c0f68889a6c218c762d5ef4a93426044;p=thirdparty%2Flibvirt.git 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 --- 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 {