usage: improve the description of --restricted and --quickblank

Give a little more information than just a rehash of the long option.
master
Benno Schulenberg 2020-01-28 10:01:02 +01:00
parent fb073ec88d
commit 445cd2a6c5
1 changed files with 2 additions and 2 deletions

View File

@ -598,10 +598,10 @@ void usage(void)
N_("Regular expression to match quoting"));
#endif
if (!ISSET(RESTRICTED))
print_opt("-R", "--restricted", N_("Restricted mode"));
print_opt("-R", "--restricted", N_("Restrict access to the filesystem"));
print_opt(_("-T <#cols>"), _("--tabsize=<#cols>"),
N_("Set width of a tab to #cols columns"));
print_opt("-U", "--quickblank", N_("Do quick statusbar blanking"));
print_opt("-U", "--quickblank", N_("Wipe status bar upon next keystroke"));
print_opt("-V", "--version", N_("Print version information and exit"));
#ifndef NANO_TINY
print_opt("-W", "--wordbounds",