diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index b85f47682..ba044be28 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"