summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-11-06 23:08:14 +0100
committerpgen <p.gen.progs@gmail.com>2020-11-07 00:07:16 +0100
commit1303c0a3b0fb47546ce93b1a031318c2c41cb0c7 (patch)
tree5275e2ac7d82bf71310fb146b33569bbd41a4033 /usage.c
parent255863a5c6474c3be1e13655a10a4c26f4afd98f (diff)
Make smenu mimic Unix shell signal handling.
Also make the internal CTRL-C management mimic the default SIGINT behaviour.
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 9f3b5d3..7e818c4 100644
--- a/usage.c
+++ b/usage.c
@@ -30,7 +30,7 @@ common_help(void)
printf("-m|-msg|-message|-title\n");
printf(" displays a one-line message above the window.\n");
printf("-!|-int|-int_string\n");
- printf(" outputs a specific string on interruption by ^C.\n");
+ 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");