|
|
@ -11,10 +11,10 @@ |
|
|
|
#include "tools/replay/util.h" |
|
|
|
#include "tools/replay/util.h" |
|
|
|
|
|
|
|
|
|
|
|
const std::string helpText = |
|
|
|
const std::string helpText = |
|
|
|
R"(Usage: replay [options] |
|
|
|
R"(Usage: replay [options] [route] |
|
|
|
Options: |
|
|
|
Options: |
|
|
|
-a, --allow Whitelist of services to send |
|
|
|
-a, --allow Whitelist of services to send (comma-separated) |
|
|
|
-b, --block Blacklist of services to send |
|
|
|
-b, --block Blacklist of services to send (comma-separated) |
|
|
|
-c, --cache Cache <n> segments in memory. Default is 5 |
|
|
|
-c, --cache Cache <n> segments in memory. Default is 5 |
|
|
|
-s, --start Start from <seconds> |
|
|
|
-s, --start Start from <seconds> |
|
|
|
-x, --playback Playback <speed> |
|
|
|
-x, --playback Playback <speed> |
|
|
|