URI: 
       add reload command in help - clic - Clic is an command line interactive client for gopher written in Common LISP
  HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 7ced408e5481c25f6e613d639c599aa89d84d5c9
   DIR parent 04f5a2a34e4dcd4f26e89de3dc0dd81032eeda10
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Fri, 17 Nov 2017 08:52:54 +0000
       
       add reload command in help
       
       Diffstat:
         M README.md                           |       3 ++-
         M clic.lisp                           |       1 +
       
       2 files changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/README.md b/README.md
       @@ -49,10 +49,11 @@ links. You can exit shell mode with **x**.
        ## Shell mode
        
        - "a number" : follow the link "number"
       -- p : previous page
        - a : add to bookmark (it saves the file too)
        - b : display bookmarks and choose a link
       +- p : previous page
        - h : display history
       +- r : reload the page
        - x : quit shell mode
        - q : quit shell mode
        
   DIR diff --git a/clic.lisp b/clic.lisp
       @@ -284,6 +284,7 @@
          (format t "h      : display history~%")
          (format t "b      : display bookmarks and choose a link from it~%")
          (format t "a      : add a bookmark~%")
       +  (format t "r      : reload the page~%")
          (format t "help   : show this help~%")
          (format t "x or q : exit the shell, go back to REPL~%"))