summaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/help.c b/src/help.c
index e51586f..fdfa6d7 100644
--- a/src/help.c
+++ b/src/help.c
@@ -95,14 +95,16 @@ void help_draw() {
ncaddch( 7, 4, '<');
ncaddch( 8, 4, '>');
ncaddch( 9, 4, '@');
- ncaddch(10, 4, 'e');
+ ncaddch(10, 4, 'H');
+ ncaddch(11, 4, 'e');
attroff(A_BOLD);
ncaddstr( 5, 7, "An error occured while reading this directory");
ncaddstr( 6, 7, "An error occured while reading a subdirectory");
ncaddstr( 7, 7, "File or directory is excluded from the statistics");
ncaddstr( 8, 7, "Directory was on an other filesystem");
ncaddstr( 9, 7, "This is not a file nor a dir (symlink, socket, ...)");
- ncaddstr(10, 7, "Empty directory");
+ ncaddstr(10, 7, "Same file was already counted (hard link)");
+ ncaddstr(11, 7, "Empty directory");
break;
case 3:
/* Indeed, too much spare time */