aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 55378aa..a273c82 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3635,8 +3635,8 @@ nochange:
{
switch (sel) {
case SEL_ARCHIVE:
- r = get_input("archive selection (else current)? [s]");
- if (r == 's') {
+ r = get_input("archive selection (else current)? [y/Y]");
+ if (r == 'y' || r == 'Y') {
if (!cpsafe())
goto nochange;
tmp = NULL;