demo route note in replay

old-commit-hash: 8d554abbf7
commatwo_master
George Hotz 4 years ago
parent c3a226afbf
commit 0fe0095d9f
  1. 1
      selfdrive/ui/replay/main.cc

@ -8,6 +8,7 @@ int main(int argc, char *argv[]){
QString route(argv[1]); QString route(argv[1]);
if (route == "") { if (route == "") {
printf("Usage: ./replay \"route\"\n"); printf("Usage: ./replay \"route\"\n");
printf(" For a public demo route, use '3533c53bb29502d1|2019-12-10--01-13-27'\n");
return 1; return 1;
} }

Loading…
Cancel
Save