diff --git a/src/nano.c b/src/nano.c index 2a7a6b1c678df6d352b4c0dd9ba3bc8012b53a40..a8c2a7fdc863fa08708581894198d9acd8973d0f 100644 --- a/src/nano.c +++ b/src/nano.c @@ -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"));