aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index ac7c9bb..638aa9f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3604,7 +3604,7 @@ static void show_help(const char *path)
"cD File details%-12cd Detail view toggle\n"
"cr Batch rename%-8cF2 ^R Rename/duplicate\n"
"ce Edit in EDITOR%-10cp Open in PAGER\n"
- "ci Archive entry%-11c* Toggle exe\n"
+ "cz Archive entry%-11c* Toggle exe\n"
"5Space ^J (Un)select%-11cm ^K Select range, clear\n"
"cP Copy sel here%-11ca Select all\n"
"cV Move sel here%-10c^V Copy/move sel as\n"
@@ -4987,7 +4987,7 @@ nochange:
cfg.blkorder = 0;
// fallthrough
case 'd': /* Disk usage */
- if (sel == SEL_BSIZE) {
+ if (r == 'd') {
if (!cfg.apparentsz)
cfg.blkorder ^= 1;
nftw_fn = &sum_bsizes;