summaryrefslogtreecommitdiff
path: root/extra/tigertool/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tigertool/README.md')
-rw-r--r--extra/tigertool/README.md30
1 files changed, 20 insertions, 10 deletions
diff --git a/extra/tigertool/README.md b/extra/tigertool/README.md
index e808536e7b..407a58a751 100644
--- a/extra/tigertool/README.md
+++ b/extra/tigertool/README.md
@@ -1,18 +1,28 @@
# tigertool
-tigertool.py is a commandline utility to control the tigertail USB-C mux.
-It supports changing the mux status to port A, B, or off.
-You can set a serial number to use multiple tigertails at once.
+tigertool.py is a commandline utility to control the tigertail USB-C mux. It
+supports changing the mux status to port A, B, or off. You can set a serial
+number to use multiple tigertails at once.
## Usage
-Typical usage to set the mux port<br>
-```./tigertail.py -m [A|B|off] -s [serialno]```<br>
+
+Typical usage to set the mux port
+
+```
+./tigertail.py -m [A|B|off] -s [serialno]
+```
Reboot the tigertail<br>
-```./tigertail.py --reboot```<br>
-Set the serial number, when only one tigertail is plugged<br>
-```./tigertail.py --setserialno=[serialno]```<br>
+```
+./tigertail.py --reboot
+```
+
+Set the serial number, when only one tigertail is plugged
+
+```
+./tigertail.py --setserialno=[serialno]
+```
-Tigertail can support up to 20V 3A on the mux and passes through all
-USB-C lines except SBU.
+Tigertail can support up to 20V 3A on the mux and passes through all USB-C lines
+except SBU.