This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-imgmod.git

commit c8887e4ee5ef34ca7e4554429783d12348e10705
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Fri Feb 28 16:28:10 2020 -0800

    Fix bad copy+paste in help text
---
 cli/image_cmds.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/image_cmds.go b/cli/image_cmds.go
index 4decd4c..2b75b59 100644
--- a/cli/image_cmds.go
+++ b/cli/image_cmds.go
@@ -656,7 +656,7 @@ func AddImageCommands(cmd *cobra.Command) {
 
        hashableCmd := &cobra.Command{
                Use:   "hashable <img-file>",
-               Short: "Removes all signatures from a Mynewt image file",
+               Short: "Extracts an image's hashable content",
                Run:   runHashableCmd,
        }
 

Reply via email to