This is an automated email from Gerrit.

"Grant Ramsay <grant.ram...@hotmail.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/8376

-- gerrit

commit 65a0bed3a06c4f8f8a0c2aeb612cdd7c01ed6798
Author: Grant Ramsay <grant.ram...@hotmail.com>
Date:   Tue Jun 25 16:52:59 2024 +1200

    flash/startup.tcl: Tidy flash program preverify documentation
    
    Remove the hyphen from "pre-verify" in usage text.
    Add preverify to the help text and procedure comment.
    
    Change-Id: I6d96e78ca84d99929300d461e435f5b4ce07b5db
    Signed-off-by: Grant Ramsay <grant.ram...@hotmail.com>

diff --git a/src/flash/startup.tcl b/src/flash/startup.tcl
index 654f201a4e..0dd84efacc 100644
--- a/src/flash/startup.tcl
+++ b/src/flash/startup.tcl
@@ -5,7 +5,7 @@
 #
 # program utility proc
 # usage: program filename
-# optional args: verify, reset, exit and address
+# optional args: preverify, verify, reset, exit and address
 #
 
 lappend _telnet_autocomplete_skip program_error
@@ -101,8 +101,8 @@ proc program {filename args} {
        return
 }
 
-add_help_text program "write an image to flash, address is only required for 
binary images. verify, reset, exit are optional"
-add_usage_text program "<filename> \[address\] \[pre-verify\] \[verify\] 
\[reset\] \[exit\]"
+add_help_text program "write an image to flash, address is only required for 
binary images. preverify, verify, reset, exit are optional"
+add_usage_text program "<filename> \[address\] \[preverify\] \[verify\] 
\[reset\] \[exit\]"
 
 # stm32[f0x|f3x] uses the same flash driver as the stm32f1x
 proc stm32f0x args { eval stm32f1x $args }

-- 

Reply via email to