commit 0a387d9d08761a19fa8252a869285e65e5cbc306
parent 6c1674429257859d469d5c5aa82acdc7b35f4e70
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Sun, 7 Aug 2016 17:02:02 +0200
usage: show that the option --wordchars needs an argument
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 <str>"), _("--wordchars=<str>"),
N_("Which other characters are word parts"));
#endif
#ifndef DISABLE_COLOR