From 072d6d3db620d1592b988d9822cc01812eef3586 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 30 Aug 2009 20:08:07 +0000 Subject: [PATCH] Dirk Behme Fix typo in help text. It has to be 'production_test' instead of 'production' here. git-svn-id: svn://svn.berlios.de/openocd/trunk@2654 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/startup.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index b85f4768..ba044be2 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -250,7 +250,7 @@ add_help_text production " - Runs production procedure. Throws exc proc production_test {} { puts "Imagine nifty test procedure having run to completion here." } -add_help_text production "Runs test procedure. Throws exception if procedure failed. Prints progress messages. Implement in target script." +add_help_text production_test "Runs test procedure. Throws exception if procedure failed. Prints progress messages. Implement in target script." add_help_text cpu " - prints out target options and a comment on CPU which matches name" -- 2.39.5