From f27944221d55cac635c3e904cc2333507af6d7cc Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 19 Sep 2022 16:13:06 -0500 Subject: [PATCH] Typo --- cmd/full.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/full.go b/cmd/full.go index 0c4b9d2..5a7fb1e 100644 --- a/cmd/full.go +++ b/cmd/full.go @@ -34,7 +34,7 @@ import ( var fullCmd = &cobra.Command{ Use: "full", Short: "Capture all components of the application (head and historical)", - Long: `Capture all components of the application (head and historical`, + Long: `Capture all components of the application (head and historical)`, Run: func(cmd *cobra.Command, args []string) { startFullProcessing() },