]> Git Repo - qemu.git/commit - monitor.c
hmp: Fix unknown command for subtable
authorDr. David Alan Gilbert <[email protected]>
Thu, 17 Aug 2017 10:42:16 +0000 (11:42 +0100)
committerDr. David Alan Gilbert <[email protected]>
Thu, 5 Oct 2017 09:01:21 +0000 (10:01 +0100)
commit250b8197640f994dbf59cb742e849d14ada0a8f5
tree0b8b20bce8cc3ee1da691045c9f01b7f70a7f87c
parent40c71f6361b739409508a3be4221d4f5b03d4a0b
hmp: Fix unknown command for subtable

(qemu) info foo
unknown command: 'foo'

fix this to:
(qemu) info foo
unknown command: 'info foo'

Reported-by: Markus Armbruster <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Message-Id: <20170817104216[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
monitor.c
This page took 0.02427 seconds and 4 git commands to generate.