Skip to content

Commit de4cf84

Browse files
zbalatonvivier
authored andcommitted
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 <[email protected]> Reviewed-by: Daniel P. Berrangé <[email protected]> Message-Id: <[email protected]> Signed-off-by: Laurent Vivier <[email protected]>
1 parent f10e7b9 commit de4cf84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hmp-commands.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,15 +382,15 @@ SRST
382382
ERST
383383

384384
{
385-
.name = "stop",
385+
.name = "stop|s",
386386
.args_type = "",
387387
.params = "",
388388
.help = "stop emulation",
389389
.cmd = hmp_stop,
390390
},
391391

392392
SRST
393-
``stop``
393+
``stop`` or ``s``
394394
Stop emulation.
395395
ERST
396396

0 commit comments

Comments
 (0)