Skip to content

Commit

Permalink
Improve usage text of replay command
Browse files Browse the repository at this point in the history
  • Loading branch information
rgalanakis committed Apr 26, 2024
1 parent ddbfcda commit 19c87b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd_replay.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var replayCmd = &cli.Command{
Name: "replay",
Aliases: []string{"replays"},
Usage: "Replay webhooks received by WebhookDB. Useful if webhooks were rejected due to " +
"invalid secrets/verification and need to be re-processed.\n\n" +
"invalid secrets/verification and need to be re-processed. " +
"Note that the maximum window that can be replayed is managed by the server, and is normally 4 hours. " +
"To replay a larger window, issue multiple `webhookdb replay` calls.",
Flags: []cli.Flag{
Expand Down

0 comments on commit 19c87b7

Please sign in to comment.