summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authortjp <tjp@ctrl-c.club>2024-01-03 19:05:21 -0700
committertjp <tjp@ctrl-c.club>2024-01-03 19:05:21 -0700
commit1eec3cbbc2da95e116e70ab3911766886e499988 (patch)
tree5a8826e58d61e26ae4efbd75292dd702ed1ca20a /help.go
parentd2b94e4b874aa2639bb22eb88494cdda73d40f22 (diff)
about, and unlicense
Diffstat (limited to 'help.go')
-rw-r--r--help.go9
1 files changed, 8 insertions, 1 deletions
diff --git a/help.go b/help.go
index 3de618b..16fda43 100644
--- a/help.go
+++ b/help.go
@@ -43,7 +43,8 @@ next previous
reload print pipe
help links history
tour mark
-go save quit
+go save
+about quit
Any command may be written as any prefix sufficiently long to be unique.
So for instance, "reload" can be specified by just typing "re". This is
@@ -263,6 +264,12 @@ The directory can be controlled with the "download_folder" option in the
config file, but defaults to the user's home directory.
`[1:],
+ "about": `
+a[bout]
+-------
+Displays a short page about the x-1 browser.
+`[1:],
+
"quit": `
q[uit]
------