mirror of git://git.sv.gnu.org/nano.git
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:
parent
b7d8926209
commit
9dbd0d26c2
|
@ -728,8 +728,10 @@ void usage(void)
|
||||||
print_opt("-B", "--backup", N_("Save backups of existing files"));
|
print_opt("-B", "--backup", N_("Save backups of existing files"));
|
||||||
print_opt(_("-C [dir]"), _("--backupdir=[dir]"),
|
print_opt(_("-C [dir]"), _("--backupdir=[dir]"),
|
||||||
N_("Directory for saving unique backup files"));
|
N_("Directory for saving unique backup files"));
|
||||||
|
#endif
|
||||||
print_opt("-D", "--boldtext",
|
print_opt("-D", "--boldtext",
|
||||||
N_("Use bold instead of reverse video text"));
|
N_("Use bold instead of reverse video text"));
|
||||||
|
#ifndef NANO_TINY
|
||||||
print_opt("-E", "--tabstospaces",
|
print_opt("-E", "--tabstospaces",
|
||||||
N_("Convert typed tabs to spaces"));
|
N_("Convert typed tabs to spaces"));
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue