Introduction
Introduction Statistics Contact Development Disclaimer Help
Rephrase txt UI help message - sacc - sacc - sacc(omys), simple console gopher …
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
commit 1e11d7ef08cfe5deb5e6adb2845fffd48d5f64d9
parent 3a53a319d4ade0631accac3fd9177e6fbfc49c7f
Author: Quentin Rameau <[email protected]>
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.");
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.