From d42d376ee85b7d8e1b333cba35b9a830d70f1f8d Mon Sep 17 00:00:00 2001 From: Gary Zhu Date: Fri, 10 Dec 2021 13:00:22 +1300 Subject: [PATCH] consistent project description message --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 900f50b..58932c2 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ func main() { func info() { app.Name = "aws-one-punch" - app.Usage = "one punch to access AWS resoruces in command line" + app.Usage = "one punch to grant all command line windows AWS access in MacOS" app.Version = "1.0.0" }