summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index b3c401c..23d0803 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -128,8 +128,9 @@ CMD_TBL_ITEM(
),
CMD_TBL_ITEM(
loadi, 2, 0, do_loadihex,
- "load intel hex file",
- "[[-]offset]"
+ "load intel hex file over serial line",
+ "[[-]offset]\n"
+ " - load Intel-Hex-Record file over serial line with offset 'offset'"
),
CMD_TBL_ITEM(
go, 2, 0, do_go,