nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 04d33e79811c03f4effafb475c23ff7442d7bef8
parent c62d12ca93da189c1cf41518ecef0c960585b486
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu,  7 Jan 2021 14:09:57 +0100

tweaks: reword the description of an option

Avoid using the word "state" in the description of --minibar,
as it could cause confusion with the --stateflags option.

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

diff --git a/src/nano.c b/src/nano.c @@ -642,7 +642,7 @@ void usage(void) #ifndef NANO_TINY print_opt("-%", "--stateflags", N_("Show some states on the title bar")); print_opt("-^", "--markmatch", N_("Select the match of a search")); - print_opt("-_", "--minibar", N_("Show bar at bottom with some state info")); + print_opt("-_", "--minibar", N_("Show a feedback bar at the bottom")); #endif #ifdef HAVE_LIBMAGIC print_opt("-!", "--magic", N_("Also try magic to determine syntax"));