diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/startup.tcl | 5 |
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... |