usage: show that the option --wordchars needs an argument
parent
6c16744292
commit
0a387d9d08
|
@ -859,7 +859,7 @@ void usage(void)
|
||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
print_opt("-W", "--wordbounds",
|
print_opt("-W", "--wordbounds",
|
||||||
N_("Detect word boundaries more accurately"));
|
N_("Detect word boundaries more accurately"));
|
||||||
print_opt("-X", "--wordchars",
|
print_opt(_("-X <str>"), _("--wordchars=<str>"),
|
||||||
N_("Which other characters are word parts"));
|
N_("Which other characters are word parts"));
|
||||||
#endif
|
#endif
|
||||||
#ifndef DISABLE_COLOR
|
#ifndef DISABLE_COLOR
|
||||||
|
|
Loading…
Reference in New Issue