summaryrefslogtreecommitdiffstats
path: root/serial_arm.c
diff options
context:
space:
mode:
authorroot <root@nolonger-other.tetra.james.local>2020-10-26 22:55:18 +0000
committerfishsoupisgood <github@madingley.org>2020-10-26 23:04:50 +0000
commitb11ae5cf86000bfce35b6ec511014d8f6b04416e (patch)
treed4f4caf8ecb8b14e62858d46d781af6886eb1b73 /serial_arm.c
parent62bc1af6c6a1201db551e1ec523e757415464fd5 (diff)
downloadgalaxy_tools-b11ae5cf86000bfce35b6ec511014d8f6b04416e.tar.gz
galaxy_tools-b11ae5cf86000bfce35b6ec511014d8f6b04416e.tar.bz2
galaxy_tools-b11ae5cf86000bfce35b6ec511014d8f6b04416e.zip
add keypad
Diffstat (limited to 'serial_arm.c')
-rw-r--r--serial_arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial_arm.c b/serial_arm.c
index d1a5149..4ed28b9 100644
--- a/serial_arm.c
+++ b/serial_arm.c
@@ -15,7 +15,7 @@
static int usage (const char *name)
{
fprintf (stderr, "Usage:\n");
- fprintf (stderr, "%s -h host [-p port] [-z zone] [-U|-S|-P|-R|-B|-F|-T|-A|-D]\n", name);
+ fprintf (stderr, "%s -p device [ -b baud ] [-z zone] [-U|-S|-P|-R|-B|-F|-T|-A|-D]\n", name);
fprintf (stderr, "\n");
fprintf (stderr, " -U Unset system/zone\n");
fprintf (stderr, " -S Set system/zone\n");