Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 6c7e59f90 -> 0dfde15fb
newt - Fix incorrect mfg deploy help. 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/0dfde15f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/0dfde15f Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/0dfde15f Branch: refs/heads/develop Commit: 0dfde15fb00dc6675ad932afd0f1618a197cb83e Parents: 6c7e59f Author: Christopher Collins <[email protected]> Authored: Tue Dec 20 13:25:10 2016 -0800 Committer: Christopher Collins <[email protected]> Committed: Tue Dec 20 18:03:36 2016 -0800 ---------------------------------------------------------------------- newt/cli/mfg_cmds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/0dfde15f/newt/cli/mfg_cmds.go ---------------------------------------------------------------------- diff --git a/newt/cli/mfg_cmds.go b/newt/cli/mfg_cmds.go index 4c2c172..173a261 100644 --- a/newt/cli/mfg_cmds.go +++ b/newt/cli/mfg_cmds.go @@ -173,7 +173,7 @@ func AddMfgCommands(cmd *cobra.Command) { mfgDeployCmd := &cobra.Command{ Use: "deploy <mfg-package-name>", - Short: "Builds and uploads a manufacturing image (build + load)", + Short: "Builds and uploads a manufacturing image (create + load)", Run: mfgDeployRunCmd, } mfgCmd.AddCommand(mfgDeployCmd)
