replay: update help text with route and service list details (#34743)

improve help
pull/34744/head
Dean Lee 2 months ago committed by GitHub
parent cace242433
commit 2d882b716a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      tools/replay/README.md
  2. 6
      tools/replay/main.cc

@ -58,8 +58,8 @@ Mock openpilot components by publishing logged messages.
Options: Options:
-h, --help Displays this help. -h, --help Displays this help.
-a, --allow <allow> whitelist of services to send -a, --allow <allow> whitelist of services to send (comma-separated)
-b, --block <block> blacklist of services to send -b, --block <block> blacklist of services to send (comma-separated)
-c, --cache <n> cache <n> segments in memory. default is 5 -c, --cache <n> cache <n> segments in memory. default is 5
-s, --start <seconds> start from <seconds> -s, --start <seconds> start from <seconds>
-x <speed> playback <speed>. between 0.2 - 3 -x <speed> playback <speed>. between 0.2 - 3

@ -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>

Loading…
Cancel
Save