fix bad #ifdef

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3508 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2006-05-13 13:02:14 +00:00
parent b7d8926209
commit 9dbd0d26c2

View File

@@ -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