From 98ca428844b0e88fae6aaa93e22b0a1fa30b1be9 Mon Sep 17 00:00:00 2001 From: vanillagorillaa <31773928+vanillagorillaa@users.noreply.github.com> Date: Mon, 21 Dec 2020 13:11:59 -0800 Subject: [PATCH] Update script usage (#19571) --- selfdrive/debug/fingerprint_from_route.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/debug/fingerprint_from_route.py b/selfdrive/debug/fingerprint_from_route.py index a06dfe1801..098e39fbe8 100755 --- a/selfdrive/debug/fingerprint_from_route.py +++ b/selfdrive/debug/fingerprint_from_route.py @@ -37,7 +37,7 @@ def get_fingerprint(lr): if __name__ == "__main__": if len(sys.argv) < 2: - print("Usage: ./get_fingerprint_internal.py ") + print("Usage: ./fingerprint_from_route.py ") sys.exit(1) route = Route(sys.argv[1])