Fix typo in help text. It has to be 'production_test' instead of 'production' here.

Signed-off-by: Dirk Behme <[email protected]>
Fix typo in help text. It has to be 'production_test' instead of
'production'.

Signed-off-by: Dirk Behme <[email protected]>

---
 src/helper/startup.tcl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: trunk_r2643/src/helper/startup.tcl
===================================================================
--- trunk_r2643.orig/src/helper/startup.tcl
+++ trunk_r2643/src/helper/startup.tcl
@@ -250,7 +250,7 @@ add_help_text production "<serialnumber>
 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 "<name> - prints out target options and a comment on CPU which matches name"
 
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to