commit 15722488661a3fba9cbb4af5241f7b3da18f2da8
parent d26916199bdc3513138e2b7d82a8b325abcd859c
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sat, 3 Oct 2020 12:15:38 +0200
build: exclude the three --help column headers from the tiny version
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/nano.c b/src/nano.c
@@ -491,10 +491,8 @@ void usage(void)
printf(_("To place the cursor on a specific line of a file, put the line number with\n"
"a '+' before the filename. The column number can be added after a comma.\n"));
printf(_("When a filename is '-', nano reads data from standard input.\n\n"));
-#endif
/* TRANSLATORS: The next three are column headers of the --help output. */
print_opt(_("Option"), _("Long option"), N_("Meaning"));
-#ifndef NANO_TINY
/* TRANSLATORS: The next forty or so strings are option descriptions
* for the --help output. Try to keep them at most 40 characters. */
print_opt("-A", "--smarthome", N_("Enable smart home key"));