diff --git a/src/gmnlm.c b/src/gmnlm.c
index f85abfc1357f3a446f8ae7dbe02f0228432f7d60..227bebd5480205c520f7d535c4d318464d7df366 100644
--- a/src/gmnlm.c
+++ b/src/gmnlm.c
@@ -84,27 +84,27 @@ ;
const char *help_msg =
"The following commands are available:\n\n"
- "<Enter>\t\tread more lines (if available)\n"
- "<url>\t\tgo to url\n"
+ "<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"
- "u\t\tone path element up\n"
+ "u\t\tNavigate one path element up\n"
"H\t\tView all page history\n"
"m\t\tSave bookmark\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"
- "/<text>\t\tsearch for text (POSIX regular expression)\n"
- "n\t\tjump to next search match\n"
+ "/<text>\t\tSearch for text (POSIX regular expression)\n"
+ "n\t\tJump to next search match\n"
"d <path>\tDownload page to <path>\n"
"|<prog>\t\tPipe page into program\n"
"[N]|<prog>\tPipe content of Nth link into program\n"
- "a\t\ttoggle usage of alt text instead of preformatted text\n"
+ "a\t\tToggle usage of alt text instead of preformatted text\n"
"q\t\tQuit\n"
"\n"
"[N] must be replaced with a number > 0\n"