]> cloudbase.mooo.com Git - z180-stamp.git/commitdiff
Merge branch 'master' into cmdline_edit hexrel-6.4
authorLeo C <erbl259-lmu@yahoo.de>
Fri, 12 Jun 2015 09:05:45 +0000 (11:05 +0200)
committerLeo C <erbl259-lmu@yahoo.de>
Fri, 12 Jun 2015 09:05:45 +0000 (11:05 +0200)
avr/command_tbl.c

index 6a625fbf37852893b7e46d044e8708064c940b7e..526588c2084ab434e75aa73a7eaf87fbc75c076b 100644 (file)
@@ -206,7 +206,11 @@ CMD_TBL_ITEM(
 CMD_TBL_ITEM(
        connect, 1, 0,  do_console,
        "Connect to CPU console i/o",
-       ""
+       "\n"
+       "    - type the escape character followed by Q to close the connection, \n"
+       "      or followed by ? to see other options. The default escape character \n"
+       "      is Ctrl-^ (0x1E). It can be changed by setting env var '"ENV_ESC_CHAR"'."
+
 ),
 
 CMD_TBL_ITEM(