shithub: orca

Download patch

ref: 52202a6b7ac3da416c934980ac7e4b2eab22fe45
parent: 5a1db607207a1118ba3a1d43d8c9269c6138f33d
parent: bfb401cf97ede81809655dec16f1250604fcbd93
author: Devine Lu Linvega <aliceffekt@gmail.com>
date: Fri May 1 13:26:42 EDT 2020

Merge pull request #65 from ftrvxmtrx/help

tui_main: update according to #60

--- a/tui_main.c
+++ b/tui_main.c
@@ -2246,7 +2246,7 @@
   };
   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."},