diff options
| -rw-r--r-- | src/nnn.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |