Fix spelling in dump.py help output (#24381)

pull/24385/head
Keyvan Fatehi 3 years ago committed by GitHub
parent 24b5164ce6
commit 7b394510cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/debug/dump.py

@ -13,7 +13,7 @@ from cereal.services import service_list
if __name__ == "__main__":
parser = argparse.ArgumentParser(description='Dump communcation sockets. See cereal/services.py for a complete list of available sockets.')
parser = argparse.ArgumentParser(description='Dump communication sockets. See cereal/services.py for a complete list of available sockets.')
parser.add_argument('--pipe', action='store_true')
parser.add_argument('--raw', action='store_true')
parser.add_argument('--json', action='store_true')

Loading…
Cancel
Save