diff --git a/src/gmnlm.c b/src/gmnlm.c
index a2717fb84c76fd50a000ceda540af54c60396252..f218f0a43c1d32223e6bb73ecc5069c5cd0cf21a 100644
--- a/src/gmnlm.c
+++ b/src/gmnlm.c
@@ -63,6 +63,7 @@ "f\tForward (in the page history)\n"
"H\tView all page history\n"
"m\tSave bookmark\n"
"M\tBrowse bookmarks\n"
+ "r\tReload the page\n"
"\n"
"Other commands include:\n\n"
"<Enter>\tread more lines\n"
@@ -299,6 +300,10 @@ } else {
fprintf(stderr, "Error: invalid argument.\n");
}
result = PROMPT_AGAIN;
+ goto exit;
+ case 'r':
+ if (in[1]) break;
+ result = PROMPT_ANSWERED;
goto exit;
case '?':
if (in[1]) break;