Commit Diff


commit - 1b41207930840b1c656c4e2e9f1d93580dd48efa
commit + 5c57b21298a77dfff9d94eeca3ace0059987b4fc
blob - 03ede1e4abf41aeb5ed9fdd2445f5ef6c7a97e0c
blob + ee0163be9f9b85b6eee4cff6b69376dfae04d383
--- pages.c
+++ pages.c
@@ -78,6 +78,8 @@ const char *about_help =
 	" Telescope with the following configuration:\n"
 	"\n"
 	"``` Example of configuration file with some pretty defaults\n"
+	"# ~/.telescope/config\n"
+	"\n"
 	"# break paragraphs at most at the 72th column\n"
 	"set fill-column = 72\n"
 	"\n"
@@ -109,7 +111,9 @@ const char *about_new =
 	"\n"
 	"Version: " VERSION "\n"
 	"Bug reports to: " PACKAGE_BUGREPORT "\n"
-	"=> " PACKAGE_URL " Telescope Gemini site: " PACKAGE_URL "\n"
+	"\n"
+	"=> " PACKAGE_URL " Telescope project page\n"
+	"=> about:help Help\n"
 	;
 
 /* XXX: keep in sync with telescope.c:/^normalize_code/ */