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:44:38 UTC

[38/41] 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/0c35824d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/0c35824d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/0c35824d

Branch: refs/heads/mynewt_1_0_0
Commit: 0c35824d6cb68720742fa45db4592221ba32e139
Parents: 18c35bf
Author: cwanda <wa...@happycity.com>
Authored: Fri Mar 3 17:52:28 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Mar 6 13:39:17 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/0c35824d/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)