Update script usage (#19571)

pull/19572/head
vanillagorillaa 4 years ago committed by GitHub
parent ff0d9c074f
commit 98ca428844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 <route>")
print("Usage: ./fingerprint_from_route.py <route>")
sys.exit(1)
route = Route(sys.argv[1])

Loading…
Cancel
Save