diff --git a/src/gmnlm.c b/src/gmnlm.c
index 3ec648629bd1937320448c680e1a93fd7d13e8fe..63c8af7d3655fda252236999fe499f826af5f973 100644
--- a/src/gmnlm.c
+++ b/src/gmnlm.c
@@ -92,18 +92,19 @@ "<Enter>\t\tRead more lines (if available)\n"
"<url>\t\tGo to url\n"
"[N]\t\tFollow Nth link\n"
"p[N]\t\tPrint URL of Nth link\n"
- "e[N]\t\tSend URL of current page or Nth link to external default program (N is optional)\n"
- "t[N]\t\tDownload content of current page or Nth link to a temporary file (N is optional)\n"
- "b[N]\t\tJump back N entries in history (N is optional, default 1)\n"
- "f[N]\t\tJump forward N entries in history (N is optional, default 1)\n"
+ "e[N]\t\tSend URL of current page or Nth link to external default program\n"
+ "t[N]\t\tDownload content of current page or Nth link to a temporary file\n"
+ "b[N]\t\tJump back N entries in history, default 1\n"
+ "f[N]\t\tJump forward N entries in history, default 1\n"
"u\t\tNavigate one path element up\n"
+ "i\r\t\tShow MIME type parameters\n"
"H\t\tView all page history\n"
- "m [title]\t\tSave bookmark with name, uses first header as name if title is omitted\n"
+ "m [title]\t\tSave bookmark for current page (uses first header as name if title is omitted)\n"
"M\t\tBrowse bookmarks\n"
"k\t\tRemove bookmark for current page\n"
"r\t\tReload the page\n"
"s\t\tSearch via geminispace.info\n"
- "l\t\tSearch backlinks to current URI via geminispace.info\n"
+ "l\t\tSearch backlinks to current page via geminispace.info\n"
"/<text>\t\tSearch for text (POSIX regular expression)\n"
"n\t\tJump to next search match\n"
"d[N] [path]\tDownload page, or Nth link, to path\n"