From 0fe0095d9f58a3c5f70b1b5a2b196dfb9883eebb Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 14 Sep 2021 13:53:49 -0700 Subject: [PATCH] demo route note in replay old-commit-hash: 8d554abbf7acd9c58ae34ce67a9a6fbff7f0d0fa --- selfdrive/ui/replay/main.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/replay/main.cc b/selfdrive/ui/replay/main.cc index 1b1efd2a68..c8e3e56574 100644 --- a/selfdrive/ui/replay/main.cc +++ b/selfdrive/ui/replay/main.cc @@ -8,6 +8,7 @@ int main(int argc, char *argv[]){ QString route(argv[1]); if (route == "") { printf("Usage: ./replay \"route\"\n"); + printf(" For a public demo route, use '3533c53bb29502d1|2019-12-10--01-13-27'\n"); return 1; }