mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
Merge pull request #761 from schollz/schollz/issue756
This commit is contained in:
commit
9235c341f9
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ on the host's process list when passed via the command line. On a
|
|||
multi-user system, this could allow other local users to access the
|
||||
shared secret and receive the files instead of the intended recipient.
|
||||
|
||||
Do you wish to continue to enable the classic mode? (Y/n) `)
|
||||
Do you wish to continue to enable the classic mode? (y/N) `)
|
||||
choice := strings.ToLower(utils.GetInput(""))
|
||||
if choice == "y" || choice == "yes" {
|
||||
fmt.Print("\nClassic mode ENABLED.\n\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue