From 99e5a09927211800f446e25cbcfffe205497a082 Mon Sep 17 00:00:00 2001 From: cubixle Date: Fri, 22 Jul 2022 14:03:49 +0100 Subject: [PATCH] update description --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ea0ad45..4c5d3de 100644 --- a/main.go +++ b/main.go @@ -53,7 +53,7 @@ func runCLI() error { printCmd("version", "displays the cli tools current version") fmt.Println("") printHeader("make") - printCmd("make resource", "creates a new route file and a ") + printCmd("make resource", "creates a new route and a test file") case "version": fmt.Println("") version()