summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-14 21:41:05 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-14 21:41:05 (GMT)
commitd11e6eb4a1f47021bb527bf2ff28ebaf5ff7e6f6 (patch)
tree33ed968c9179aac39d1304a335156f5d165926e9 /tools
parentb8efcd30537f04269738e6969376129f4ed88315 (diff)
Make wasp-os namig consistant
Rename WASP to wasp-os (or Wasp-os)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/wasptool8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/wasptool b/tools/wasptool
index 981e69b..1ed595e 100755
--- a/tools/wasptool
+++ b/tools/wasptool
@@ -193,7 +193,7 @@ def handle_upload(c, fname):
if __name__ == '__main__':
parser = argparse.ArgumentParser(
- description='WASP command and control client')
+ description='Wasp-os command and control client')
parser.add_argument('--console', action='store_true',
help='Launch a REPL session')
parser.add_argument('--check-rtc', action='store_true',
@@ -207,11 +207,11 @@ if __name__ == '__main__':
parser.add_argument('--reset', action='store_true',
help="Reboot the device (and don't stay in bootloader mode)")
parser.add_argument('--rtc', action='store_true',
- help='Set the time on the WASP device')
+ help='Set the time on the wasp-os device')
parser.add_argument('--upload',
- help='Copy the specified file to the WASP device')
+ help='Copy the specified file to the wasp-os device')
parser.add_argument('--verbose', action='store_true',
- help='Log interaction with the WASP device')
+ help='Log interaction with the wasp-os device')
args = parser.parse_args()
device_name = args.device