1
1

usage: improve the description of --softwrap

Concisely say what the option actually does.
Этот коммит содержится в:
Benno Schulenberg 2020-03-17 09:51:03 +01:00
родитель 415e55ff37
Коммит ea95ad24be

Просмотреть файл

@ -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
}