Commit 9dbd0d26 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix bad #ifdef

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3508 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment