From 15722488661a3fba9cbb4af5241f7b3da18f2da8 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 3 Oct 2020 12:15:38 +0200 Subject: [PATCH] build: exclude the three --help column headers from the tiny version --- src/nano.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nano.c b/src/nano.c index 7bf869fe..787f5e4b 100644 --- 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"));