usage: improve the description of --softwrap
Concisely say what the option actually does.master
parent
415e55ff37
commit
ea95ad24be
|
@ -671,7 +671,7 @@ void usage(void)
|
||||||
if (!ISSET(RESTRICTED))
|
if (!ISSET(RESTRICTED))
|
||||||
print_opt("-z", "--suspendable", N_("Enable suspension"));
|
print_opt("-z", "--suspendable", N_("Enable suspension"));
|
||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
print_opt("-$", "--softwrap", N_("Enable soft line wrapping"));
|
print_opt("-$", "--softwrap", N_("Display overlong lines on multiple rows"));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue