summaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c
index 98331f0..a5e9ac7 100644
--- a/src/help.c
+++ b/src/help.c
@@ -63,7 +63,7 @@ void drawHelp(int page) {
mvwaddstr(hlp, 8, 16, "Toggle dirs before files when sorting");
mvwaddstr(hlp, 9, 16, "Show percentage and/or graph");
mvwaddstr(hlp,10, 16, "Toggle between powers of 1000 and 1024");
- mvwaddstr(hlp,11, 16, "Show/hide hidden files");
+ mvwaddstr(hlp,11, 16, "Show/hide hidden or excluded files");
mvwaddstr(hlp,12, 16, "Quit ncdu");
break;
case 2: