From f81bbb14e0f7af96fc4522857711fb7ee9dbbcac Mon Sep 17 00:00:00 2001 From: James Woolfenden Date: Mon, 19 Feb 2024 09:46:14 +0000 Subject: [PATCH 1/3] rename usages --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 239fd27..8bd20fd 100644 --- a/main.go +++ b/main.go @@ -94,7 +94,7 @@ func main() { }, }, Name: "crusher", - Usage: "AISB utility", + Usage: "crsuher clip", Compiled: time.Time{}, Authors: []*cli.Author{{Name: "James Woolfenden", Email: "jim.wolf@duck.com"}}, Version: version.Version, From 48413e90f6a06c3368717bce5e1a09faa2b9af7f Mon Sep 17 00:00:00 2001 From: James Woolfenden Date: Mon, 19 Feb 2024 09:48:34 +0000 Subject: [PATCH 2/3] remove usages --- main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.go b/main.go index 8bd20fd..6549746 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,6 @@ func main() { &cli.StringFlag{ Name: "instance", Aliases: []string{"i"}, - Usage: "instance", Destination: &Content.InstanceID, Value: "pangpt", Category: "bigtable", @@ -51,7 +50,6 @@ func main() { &cli.StringFlag{ Name: "table", Aliases: []string{"t"}, - Usage: "table", Destination: &Content.TableID, Value: "pangpt", Category: "bigtable", @@ -59,7 +57,6 @@ func main() { &cli.StringFlag{ Name: "project", Aliases: []string{"p"}, - Usage: "GCloudProject", Value: "pangpt", Destination: &Content.ProjectID, Category: "bigtable", @@ -67,7 +64,6 @@ func main() { &cli.StringFlag{ Name: "keyfilter", Aliases: []string{"k"}, - Usage: "GCloudProject", Destination: &Content.KeyFilter, Category: "bigtable", Value: ".*chat_histories$", From d5ea7be69005752dfe90ee5690ece6387e6b8b86 Mon Sep 17 00:00:00 2001 From: James Woolfenden Date: Mon, 19 Feb 2024 09:49:19 +0000 Subject: [PATCH 3/3] fix typos --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6549746..3b32f96 100644 --- a/main.go +++ b/main.go @@ -90,7 +90,7 @@ func main() { }, }, Name: "crusher", - Usage: "crsuher clip", + Usage: "crusher clip", Compiled: time.Time{}, Authors: []*cli.Author{{Name: "James Woolfenden", Email: "jim.wolf@duck.com"}}, Version: version.Version,