LinkinStars commented on code in PR #1331:
URL: https://github.com/apache/answer/pull/1331#discussion_r2080797986


##########
cmd/command.go:
##########
@@ -68,7 +68,7 @@ func init() {
 
        buildCmd.Flags().StringVarP(&buildDir, "build-dir", "b", "", "dir for 
build process")
 
-       upgradeCmd.Flags().StringVarP(&upgradeVersion, "from", "f", "", 
"upgrade from specific version, eg: -f v1.1.0")
+       upgradeCmd.Flags().StringVarP(&upgradeVersion, "from", "f", "", 
"upgrade to the specific version from your input, eg: -f v1.1.0")

Review Comment:
   There is a slight misunderstanding in the description of the upgrade command 
here. For example, if the command is `answer upgrade -f v1.3.5`, it means that 
answer will be **upgraded from v1.3.5 to the latest version**(The current 
version of the binary). So it's not you describing an upgrade to a specified 
version.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@answer.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to