mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
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 <liyang.fnst@cn.fujitsu.com>
This commit is contained in:
parent
2adf59ebde
commit
00b1cce0c0
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user