From ea95ad24be945d848f491b85d6f75fc6080cbd85 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 17 Mar 2020 09:51:03 +0100 Subject: [PATCH] usage: improve the description of --softwrap Concisely say what the option actually does. --- src/nano.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nano.c b/src/nano.c index 48f97532..d3a32325 100644 --- 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 }