ccollins476ad commented on a change in pull request #65: MYNEWT-649 Validate 
target variable target set command.
URL: 
https://github.com/apache/incubator-mynewt-newt/pull/65#discussion_r120442238
 
 

 ##########
 File path: newt/cli/target_cmds.go
 ##########
 @@ -684,7 +704,7 @@ func AddTargetCommands(cmd *cobra.Command) {
 
        setCmd := &cobra.Command{
                Use: "set <target-name> <var-name>=<value>" +
-                       "[:<var-name>=<value>...]",
+                       "[<var-name>=<value>...]",
 
 Review comment:
   Good catch.  However, there is still a minor issue here.  To be pedantically 
correct, there should be a space after the first '>' (i.e., before '[').
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to