mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 23:56:22 +00:00
Made the SET ENV command be SET ENVIRONMENT which will match both but be consistent with using commands which work as long as they are unambiguous.
This commit is contained in:
parent
1370ad6a2c
commit
20ed6df379
2
scp.c
2
scp.c
@ -1825,7 +1825,7 @@ static CTAB set_glob_tab[] = {
|
||||
{ "NOTHROTTLE", &sim_set_throt, 0 },
|
||||
{ "ASYNCH", &sim_set_asynch, 1 },
|
||||
{ "NOASYNCH", &sim_set_asynch, 0 },
|
||||
{ "ENV", &sim_set_environment, 1 },
|
||||
{ "ENVIRONMENT", &sim_set_environment, 1 },
|
||||
{ "ON", &set_on, 1 },
|
||||
{ "NOON", &set_on, 0 },
|
||||
{ "VERIFY", &set_verify, 1 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user