From 0a387d9d08761a19fa8252a869285e65e5cbc306 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 7 Aug 2016 17:02:02 +0200 Subject: [PATCH] usage: show that the option --wordchars needs an argument --- src/nano.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nano.c b/src/nano.c index 0ba102ad..e5c814af 100644 --- a/src/nano.c +++ b/src/nano.c @@ -859,7 +859,7 @@ void usage(void) #ifndef NANO_TINY print_opt("-W", "--wordbounds", N_("Detect word boundaries more accurately")); - print_opt("-X", "--wordchars", + print_opt(_("-X "), _("--wordchars="), N_("Which other characters are word parts")); #endif #ifndef DISABLE_COLOR