]> git.wh0rd.org Git - nano.git/commitdiff
fix bad #ifdef
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 13 May 2006 13:02:14 +0000 (13:02 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 13 May 2006 13:02:14 +0000 (13:02 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3508 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index b8e1b376ab8eef2b7167c0afd6ec18fb5e4a9e5f..8b817bc99c6c22bf6260cdb0ad5fef43d16a2764 100644 (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