aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 38dc3b1..6236c53 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3896,7 +3896,7 @@ nochange:
char cmd[] = "bsdtar -cf";
if (getutil(utils[ATOOL]))
- xstrlcpy(cmd, "atool -qa", 10);
+ xstrlcpy(cmd, "atool -a", 10);
else if (!getutil(utils[BSDTAR])) {
printwait(messages[UTIL_MISSING], &presel);
goto nochange;