Rephrase txt UI help message - sacc - sacc(omys), simple console gopher client
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
Log
Files
Refs
Tags
LICENSE
---
commit 1e11d7ef08cfe5deb5e6adb2845fffd48d5f64d9
parent 3a53a319d4ade0631accac3fd9177e6fbfc49c7f
Author: Quentin Rameau 
Date:   Mon, 28 Oct 2019 02:31:26 +0100

Rephrase txt UI help message

Diffstat:
  M ui_txt.c                            |       8 ++++----

1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ui_txt.c b/ui_txt.c
@@ -47,15 +47,15 @@ void
 help(void)
 {
         puts("Commands:\n"
-             "N = [1-9]...: browse item N.\n"
-             "U: print page uri.\n"
-             "uN...: print item N uri.\n"
+             "#: browse item number #.\n"
+             "U: print page URI.\n"
+             "u#: print item number # URI.\n"
              "0: browse previous item.\n"
              "n: show next page.\n"
              "p: show previous page.\n"
              "t: go to the top of the page\n"
              "b: go to the bottom of the page\n"
-             "/foo: search for string \"foo\"\n"
+             "/str: search for string \"str\"\n"
              "!: refetch failed item.\n"
              "^D, q: quit.\n"
              "h, ?: this help.");