mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-16 22:39:21 +03:00
tweaks: reword the description of an option
Avoid using the word "state" in the description of --minibar, as it could cause confusion with the --stateflags option.
This commit is contained in:
parent
c62d12ca93
commit
04d33e7981
@ -642,7 +642,7 @@ void usage(void)
|
||||
#ifndef NANO_TINY
|
||||
print_opt("-%", "--stateflags", N_("Show some states on the title bar"));
|
||||
print_opt("-^", "--markmatch", N_("Select the match of a search"));
|
||||
print_opt("-_", "--minibar", N_("Show bar at bottom with some state info"));
|
||||
print_opt("-_", "--minibar", N_("Show a feedback bar at the bottom"));
|
||||
#endif
|
||||
#ifdef HAVE_LIBMAGIC
|
||||
print_opt("-!", "--magic", N_("Also try magic to determine syntax"));
|
||||
|
Loading…
Reference in New Issue
Block a user