usage: mention the -g/--showcursor option

It's already in the external documentation; it should be here as well.
master
David Lawrence Ramsey 2017-03-04 12:04:15 -06:00 committed by Benno Schulenberg
parent 636b7348a6
commit 3c3eb4909d
1 changed files with 4 additions and 0 deletions

View File

@ -855,6 +855,10 @@ void usage(void)
print_opt("-c", "--constantshow", N_("Constantly show cursor position"));
print_opt("-d", "--rebinddelete",
N_("Fix Backspace/Delete confusion problem"));
#ifndef DISABLE_BROWSER
if (!ISSET(RESTRICTED))
print_opt("-g", "--showcursor", N_("Show cursor in file browser"));
#endif
print_opt("-h", "--help", N_("Show this help text and exit"));
#ifndef NANO_TINY
print_opt("-i", "--autoindent", N_("Automatically indent new lines"));