mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
correct classic mode prompt
"Do you wish to continue to enable the classic mode?" actually defaults to "no" rather than "yes" as the prompt text implies, this corrects the prompt text.
This commit is contained in:
parent
1e34537bb2
commit
44f2b94164
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ multi-user system, this will help ensure that other local users cannot
|
|||
access the shared secret and receive the files instead of the intended
|
||||
recipient.
|
||||
|
||||
Do you wish to continue to DISABLE the classic mode? (Y/n) `)
|
||||
Do you wish to continue to DISABLE the classic mode? (y/N) `)
|
||||
choice := strings.ToLower(utils.GetInput(""))
|
||||
if choice == "y" || choice == "yes" {
|
||||
os.Remove(classicFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue