summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-03-20 14:39:42 +0100
committerpgen <p.gen.progs@gmail.com>2021-03-20 15:14:54 +0100
commit04f28493dae67a9cfc0a970ee8b291ab121e1c86 (patch)
tree1278c06480fae8ec06cb2a802b5221ace6108870 /usage.c
parent9fff807c8835fb89b4757c8a063f350f85054353 (diff)
Allow 4 more special levels (-1, -2, ..., -9)
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index 2bc55e8..bfe8a5a 100644
--- a/usage.c
+++ b/usage.c
@@ -38,7 +38,7 @@ common_help(void)
printf(" outputs an optional string when ^C is typed.\n");
printf("-a|-attr|-attributes\n");
printf(" sets the attributes for the various displayed elements.\n");
- printf("-1|-l1|-level1,-2|-l2|-level2,...,-5|-l5|-level5\n");
+ printf("-1|-l1|-level1,-2|-l2|-level2,...,-9|-l9|-level9\n");
printf(" gives specific colors to up to 5 classes of "
"selectable words.\n");
printf("-z|-zap|-zap_glyphs bytes\n");