Update script usage (#19571)

old-commit-hash: 98ca428844b0e88fae6aaa93e22b0a1fa30b1be9
This commit is contained in:
vanillagorillaa
2020-12-21 13:11:59 -08:00
committed by GitHub
parent ce79fefe7b
commit 971db4cb26
+1 -1
View File
@@ -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])