aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Goger <klaus.goger@theobroma-systems.com>2023-08-04 12:29:59 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2023-08-04 13:30:36 +0200
commit761ad89d973084c440c2a0765a887f174bd6cf5d (patch)
tree5b1b2e2ef34f4487369cf2b37a1acc50903d21f3
parentdcd2a591f06e0899732ad3ea526b67e54d6b2b66 (diff)
usb-control: typo fix in usage
Minor change of a typo noticed during usage Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
-rw-r--r--usb-control/command_processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-control/command_processor.py b/usb-control/command_processor.py
index 3ddfc3e..6d534c6 100644
--- a/usb-control/command_processor.py
+++ b/usb-control/command_processor.py
@@ -30,7 +30,7 @@ class CommandProcessor:
self.command_dict.update(command_dict)
def print_helpstring(self):
- print('Tool to controls power and BIOS disable state')
+ print('Tool to control power and BIOS disable state')
print('Synopsis: ' + sys.argv[0] + ' OPTIONS COMMAND(S)')
print('Options:')
print("\t-h, --help...displays this help text")