]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/command_tbl.c
change common base from C000 to F000. loadcpm3 bugfixes
[z180-stamp.git] / avr / command_tbl.c
index 72a87b9bbe2bd1dec5e63b5704ee9c9aaf5ff456..526588c2084ab434e75aa73a7eaf87fbc75c076b 100644 (file)
@@ -151,7 +151,7 @@ CMD_TBL_ITEM(
 CMD_TBL_ITEM(
        loadcpm3, 3,    0,      do_loadcpm3,
        "load CPM3.SYS file",
-       "[filename] [common base] [banked base]] \n"
+       "[filename [common-base [banked-base]]] \n"
        "    Load CP/M 3 system file from FAT filesystem. This command makes\n"
        "    CPMLDR superfluous. Uses the following environment variable if set:\n"
        "    '"ENV_CPM3_SYSFILE"' File to load. Default is '"CONFIG_CPM3_SYSFILE"'.\n"
@@ -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(