From 9665ef80fa2f38b71b701f0f1fe560eb1c5efa01 Mon Sep 17 00:00:00 2001 From: dustin Date: Sat, 19 Dec 2020 13:25:25 -0500 Subject: [PATCH] fix cli help text --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 1f6868c..e37e2ff 100644 --- a/main.go +++ b/main.go @@ -106,7 +106,8 @@ func main() { // TODO Dynamically set the Version app := &cli.App{ Name: "blockinfile", - Version: "v0.0.5", + Usage: "insert/update/remove a block of multi-line text surrounded by customizable marker lines", + Version: "v0.0.6", Action: func(c *cli.Context) error { config := Config{ Backup: backup,