diff --git a/src/help.c b/src/help.c
index 704b0a7758343081690fd00ce776aefddad8f09c..be1655098b276d4c87b6d11768f3f2a96a878c93 100644
--- a/src/help.c
+++ b/src/help.c
@@ -60,7 +60,7 @@ void help_draw() {
   browse_draw();
 
   nccreate(15, 60, "ncdu help");
-  ncaddstr(13, 38, "Press q to continue");
+  ncaddstr(13, 42, "Press q to close");
 
   if(page == 1)
     attron(A_REVERSE);