hmp: Add shortcut to stop command to match cont

Some commands such as quit or cont have one letter alternatives but
stop is missing that. Add stop|s to match cont|c for consistency and
convenience.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20211030095225.513D4748F48@zero.eik.bme.hu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
BALATON Zoltan 2021-10-30 11:49:37 +02:00 committed by Laurent Vivier
parent f10e7b9f6f
commit de4cf848b1
1 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ SRST
ERST
{
.name = "stop",
.name = "stop|s",
.args_type = "",
.params = "",
.help = "stop emulation",
@ -390,7 +390,7 @@ ERST
},
SRST
``stop``
``stop`` or ``s``
Stop emulation.
ERST