mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 23:12:04 +08:00
Update script usage (#19571)
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user