mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
monitor: allow "help" show message for single command in sub group
A new parameter type 'S' is introduced to allow user input any string. "help info block" works normal now. Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
committed by
Luiz Capitulino
parent
d903a779cf
commit
129be006d6
@ -11,7 +11,7 @@ ETEXI
|
||||
|
||||
{
|
||||
.name = "help|?",
|
||||
.args_type = "name:s?",
|
||||
.args_type = "name:S?",
|
||||
.params = "[cmd]",
|
||||
.help = "show the help",
|
||||
.mhandler.cmd = do_help_cmd,
|
||||
|
Reference in New Issue
Block a user