better help message

better help message

better help message
pull/24414/head
Shane Smiskol 3 years ago
parent 8b3bfebaff
commit 72a226290f
  1. 2
      selfdrive/test/process_replay/README.md
  2. 2
      selfdrive/test/process_replay/test_processes.py

@ -30,7 +30,7 @@ optional arguments:
--blacklist-cars BLACKLIST_CARS Blacklist given cars from the test (e.g. HONDA)
--ignore-fields IGNORE_FIELDS Extra fields or msgs to ignore (e.g. carState.events)
--ignore-msgs IGNORE_MSGS Msgs to ignore (e.g. carEvents)
--update-refs Regenerates and uploads ref logs on current commit
--update-refs Updates reference logs using current commit
--upload-only Skips testing processes and uploads logs from previous test run
```

@ -124,7 +124,7 @@ if __name__ == "__main__":
parser.add_argument("--ignore-msgs", type=str, nargs="*", default=[],
help="Msgs to ignore (e.g. carEvents)")
parser.add_argument("--update-refs", action="store_true",
help="Regenerates and uploads ref logs on current commit")
help="Updates reference logs using current commit")
parser.add_argument("--upload-only", action="store_true",
help="Skips testing processes and uploads logs from previous test run")
args = parser.parse_args()

Loading…
Cancel
Save