tRephrase txt UI help message - sacc - sacc (saccomys): simple gopher client.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 1e11d7ef08cfe5deb5e6adb2845fffd48d5f64d9
 (DIR) parent 3a53a319d4ade0631accac3fd9177e6fbfc49c7f
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       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(-)
       ---
 (DIR) diff --git a/ui_txt.c b/ui_txt.c
       t@@ -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.");