Update script usage (#19571)

This commit is contained in:
vanillagorillaa
2020-12-21 13:11:59 -08:00
committed by GitHub
parent ff0d9c074f
commit 98ca428844
+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])