usage: show that the option --wordchars needs an argument

master
Benno Schulenberg 2016-08-07 17:02:02 +02:00
parent 6c16744292
commit 0a387d9d08
1 changed files with 1 additions and 1 deletions

View File

@ -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