Dirk Behme <dirk.behme@googlemail.com> Fix typo in help text. It has to be 'productio...
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 30 Aug 2009 20:08:07 +0000 (20:08 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 30 Aug 2009 20:08:07 +0000 (20:08 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2654 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/helper/startup.tcl

index b85f47682c783568a602e8f17557db41af8cbfa2..ba044be28d4f49c8533a7af3dc28ccaad14b7762 100644 (file)
@@ -250,7 +250,7 @@ add_help_text production "<serialnumber> - 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 "<name> - prints out target options and a comment on CPU which matches name"