Fixed the explanationString of the replay command
This commit is contained in:
+3
-4
@@ -22,10 +22,9 @@ func replayAction(cmd *cobra.Command, args []string) {
|
|||||||
var replayCmd = &cobra.Command{
|
var replayCmd = &cobra.Command{
|
||||||
Use: "replay",
|
Use: "replay",
|
||||||
Short: "replay -i <path-to-bin-file>",
|
Short: "replay -i <path-to-bin-file>",
|
||||||
Long: `replay will store the data from the given UDP server to the
|
Long: `replay will replay the data on the given filepath on a UDP server`,
|
||||||
filepath given by -i`,
|
Args: nil,
|
||||||
Args: nil,
|
Run: replayAction,
|
||||||
Run: replayAction,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|||||||
Reference in New Issue
Block a user