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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue