You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/03/06 21:17:19 UTC

[45/50] [abbrv] incubator-mynewt-newt git commit: Modified Newtmgr help text. It now says "Newtmgr helps you manage remote devices running the Mynewt OS"

Modified Newtmgr help text.
It now says "Newtmgr helps you manage remote devices running the Mynewt OS"


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/ece9a763
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/ece9a763
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/ece9a763

Branch: refs/heads/master
Commit: ece9a763c5fe3f4d9b53f31020bcf351b3856d1d
Parents: 56a2aed
Author: cwanda <wa...@happycity.com>
Authored: Fri Mar 3 17:52:28 2017 -0800
Committer: cwanda <wa...@happycity.com>
Committed: Fri Mar 3 17:56:47 2017 -0800

----------------------------------------------------------------------
 newtmgr/cli/commands.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/ece9a763/newtmgr/cli/commands.go
----------------------------------------------------------------------
diff --git a/newtmgr/cli/commands.go b/newtmgr/cli/commands.go
index 8a5d526..2c957a7 100644
--- a/newtmgr/cli/commands.go
+++ b/newtmgr/cli/commands.go
@@ -35,7 +35,7 @@ func Commands() *cobra.Command {
 	logLevelStr := ""
 	nmCmd := &cobra.Command{
 		Use:   "newtmgr",
-		Short: "Newtmgr helps you manage devices running the Mynewt OS",
+		Short: "Newtmgr helps you manage remote devices running the Mynewt OS",
 		PersistentPreRun: func(cmd *cobra.Command, args []string) {
 			NewtmgrLogLevel, err := log.ParseLevel(logLevelStr)
 			err = util.Init(NewtmgrLogLevel, "", util.VERBOSITY_DEFAULT)