summaryrefslogtreecommitdiff
path: root/src/startup.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'src/startup.tcl')
-rw-r--r--src/startup.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/startup.tcl b/src/startup.tcl
index 294dee28..dc3a0895 100644
--- a/src/startup.tcl
+++ b/src/startup.tcl
@@ -19,6 +19,11 @@ proc add_help_text {cmd cmd_help} {
lappend ocd_helptext [list $cmd $cmd_help]
}
+proc get_help_text {} {
+ global ocd_helptext
+ return $ocd_helptext
+}
+
# Production command
# FIX!!! need to figure out how to feed back relevant output
# from e.g. "flash banks" command...