Commit 0a387d9d authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment