Typo
This commit is contained in:
parent
552b3cb682
commit
f27944221d
@ -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()
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user