cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 9a195d92566b5790b2b7d3ca848987a095bf3d9c
parent 1cfe0e794936cc51b9306327634a35f1c443643f
Author: René Wagner <rwagner@rw-net.de>
Date:   Tue, 19 Jan 2021 15:21:31 +0100

fix indentation on help output

Diffstat:
Msrc/gmnlm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gmnlm.c b/src/gmnlm.c @@ -88,7 +88,7 @@ const char *help_msg = "f\t\tForward (in the page history)\n" "H\t\tView all page history\n" "a\t\tSave bookmark\n" - "s\tRemove bookmark for current URL\n" + "s\t\tRemove bookmark for current URL\n" "B\t\tBrowse bookmarks\n" "r\t\tReload the page\n" "/<text>\t\tsearch for text (POSIX regular expression)\n"