This commit is contained in:
Thomas E Lackey 2022-09-19 16:13:06 -05:00
parent 552b3cb682
commit f27944221d

View File

@ -34,7 +34,7 @@ import (
var fullCmd = &cobra.Command{ var fullCmd = &cobra.Command{
Use: "full", Use: "full",
Short: "Capture all components of the application (head and historical)", 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) { Run: func(cmd *cobra.Command, args []string) {
startFullProcessing() startFullProcessing()
}, },