From bfb401cf97ede81809655dec16f1250604fcbd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Hafl=C3=ADnud=C3=B3ttir?= Date: Fri, 1 May 2020 10:04:40 +0200 Subject: [PATCH] tui_main: update according to #60 --- tui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui_main.c b/tui_main.c index f9f99ee..7efbc48 100644 --- a/tui_main.c +++ b/tui_main.c @@ -2246,7 +2246,7 @@ static void push_opers_guide_msg(void) { }; static struct Guide_item items[] = { {'A', "add", "Outputs sum of inputs."}, - {'B', "between", "Outputs subtraction of inputs."}, + {'B', "subtract", "Outputs difference of inputs."}, {'C', "clock", "Outputs modulo of frame."}, {'D', "delay", "Bangs on modulo of frame."}, {'E', "east", "Moves eastward, or bangs."},