From 46e73116c8ec146e7e47847324536cc80ec8d4dd Mon Sep 17 00:00:00 2001 From: Sam Hofius Date: Sun, 24 Jan 2021 22:40:04 -0500 Subject: [PATCH] Remove more accidentally left-in code --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index dbf53ec..fc04f2f 100644 --- a/main.go +++ b/main.go @@ -33,8 +33,8 @@ const exitFail = 1 func main() { app := cli.App{ - Name: "funcy", - Usage: "Go interpreter for Keybase", + Name: "macrobot", + Usage: "Create macro commands in Keybase channels", Version: version, Writer: os.Stdout, EnableBashCompletion: true,