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:
Benno Schulenberg 2021-01-07 14:09:57 +01:00
parent c62d12ca93
commit 04d33e7981

View File

@ -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"));