From: David Lawrence Ramsey Date: Sat, 13 May 2006 13:02:14 +0000 (+0000) Subject: fix bad #ifdef X-Git-Tag: v1.3.12~172 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9dbd0d26c2d7eab0eb6bc0a09155aa85d5d5b6f7;p=nano.git fix bad #ifdef git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3508 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index b8e1b376..8b817bc9 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