nano

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

commit ea95ad24be945d848f491b85d6f75fc6080cbd85
parent 415e55ff373233f581b6da84fe6243090fe6ab6d
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue, 17 Mar 2020 09:51:03 +0100

usage: improve the description of --softwrap

Concisely say what the option actually does.

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

diff --git a/src/nano.c b/src/nano.c @@ -671,7 +671,7 @@ void usage(void) if (!ISSET(RESTRICTED)) print_opt("-z", "--suspendable", N_("Enable suspension")); #ifndef NANO_TINY - print_opt("-$", "--softwrap", N_("Enable soft line wrapping")); + print_opt("-$", "--softwrap", N_("Display overlong lines on multiple rows")); #endif }