mehrdadh commented on a change in pull request #8748:
URL: https://github.com/apache/tvm/pull/8748#discussion_r696462769



##########
File path: apps/microtvm/reference-vm/base-box-tool.py
##########
@@ -494,7 +534,10 @@ def parse_args():
     parser_release.add_argument(
         "--platform-version",
         required=True,
-        help="Platform version to release, in the form 'x.y'.",
+        help=(
+            "For Zephyr, the platform version to release, in the form 'x.y'. "
+            "For Arduino, the version of arduino-cli that's being used."

Review comment:
       Change it to this:
   `For Arduino, the version of arduino-cli that's being used, in the form 
'x.y.z'.`

##########
File path: apps/microtvm/reference-vm/base-box-tool.py
##########
@@ -494,7 +534,10 @@ def parse_args():
     parser_release.add_argument(
         "--platform-version",
         required=True,
-        help="Platform version to release, in the form 'x.y'.",
+        help=(
+            "For Zephyr, the platform version to release, in the form 'x.y'. "

Review comment:
       remove space at the end.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to