make exit an alias for finish at the VVP command line
This commit is contained in:
parent
adb5731ace
commit
dc6f9f2049
|
|
@ -441,6 +441,8 @@ static struct {
|
|||
"Synonym for push."},
|
||||
{ "cont", &cmd_cont,
|
||||
"Resume (continue) the simulation"},
|
||||
{ "exit", &cmd_finish,
|
||||
"Synonym for finish."},
|
||||
{ "finish", &cmd_finish,
|
||||
"Finish the simulation."},
|
||||
{ "help", &cmd_help,
|
||||
|
|
|
|||
Loading…
Reference in New Issue