SCP: Fix spelling of SET VERBOSE command alias for SET VERIFY.
This commit is contained in:
parent
45b39e864b
commit
9eb8439658
1 changed files with 2 additions and 2 deletions
4
scp.c
4
scp.c
|
@ -1734,9 +1734,9 @@ static CTAB set_glob_tab[] = {
|
|||
{ "ON", &set_on, 1, HLP_SET_ON },
|
||||
{ "NOON", &set_on, 0, HLP_SET_ON },
|
||||
{ "VERIFY", &set_verify, 1, HLP_SET_VERIFY },
|
||||
{ "VEBOSE", &set_verify, 1, HLP_SET_VERIFY },
|
||||
{ "VERBOSE", &set_verify, 1, HLP_SET_VERIFY },
|
||||
{ "NOVERIFY", &set_verify, 0, HLP_SET_VERIFY },
|
||||
{ "NOVEBOSE", &set_verify, 0, HLP_SET_VERIFY },
|
||||
{ "NOVERBOSE", &set_verify, 0, HLP_SET_VERIFY },
|
||||
{ "MESSAGE", &set_message, 1, HLP_SET_MESSAGE },
|
||||
{ "NOMESSAGE", &set_message, 0, HLP_SET_MESSAGE },
|
||||
{ "QUIET", &set_quiet, 1, HLP_SET_QUIET },
|
||||
|
|
Loading…
Add table
Reference in a new issue