diff --git a/src/nano.c b/src/nano.c index b8e1b376ab8eef2b7167c0afd6ec18fb5e4a9e5f..8b817bc99c6c22bf6260cdb0ad5fef43d16a2764 100644 --- a/src/nano.c +++ b/src/nano.c @@ -728,8 +728,10 @@ void usage(void) print_opt("-B", "--backup", N_("Save backups of existing files")); print_opt(_("-C [dir]"), _("--backupdir=[dir]"), N_("Directory for saving unique backup files")); +#endif print_opt("-D", "--boldtext", N_("Use bold instead of reverse video text")); +#ifndef NANO_TINY print_opt("-E", "--tabstospaces", N_("Convert typed tabs to spaces")); #endif