summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
authorLeo C2015-06-12 10:18:48 +0200
committerLeo C2015-06-12 10:18:48 +0200
commit7c87207c28795325744b2dbea47c0fa508d6639d (patch)
tree0dca023e9586106f0ea427db9e16f5f5c462c366 /avr/command_tbl.c
parent057817cb1dc71416bc798b5cd592acfcea87efaa (diff)
downloadz180-stamp-7c87207c28795325744b2dbea47c0fa508d6639d.zip
change common base from C000 to F000. loadcpm3 bugfixes
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index 72a87b9..6a625fb 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -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"