summaryrefslogtreecommitdiff
path: root/src/helper/startup.tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-08-30 20:08:07 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-08-30 20:08:07 +0000
commit072d6d3db620d1592b988d9822cc01812eef3586 (patch)
tree2c7d98940e98c61401f3ef67b3323e9475350ee6 /src/helper/startup.tcl
parentfbe1c23c12c8db7820a8f9a3fb62cfa9a60a745c (diff)
downloadopenocd+libswd-072d6d3db620d1592b988d9822cc01812eef3586.tar.gz
openocd+libswd-072d6d3db620d1592b988d9822cc01812eef3586.tar.bz2
openocd+libswd-072d6d3db620d1592b988d9822cc01812eef3586.tar.xz
openocd+libswd-072d6d3db620d1592b988d9822cc01812eef3586.zip
Dirk Behme <dirk.behme@googlemail.com> 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
Diffstat (limited to 'src/helper/startup.tcl')
-rw-r--r--src/helper/startup.tcl2
1 files changed, 1 insertions, 1 deletions
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 "<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"