gustavonihei commented on a change in pull request #934:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/934#discussion_r772580011
##########
File path: examples/mcuboot/nsh/Kconfig
##########
@@ -0,0 +1,12 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+config EXAMPLES_MCUBOOT_NSH
+ tristate "MCUboot NSH example"
+ default n
+ select BOOT_MCUBOOT
+ ---help---
+ Example application to demonstrate a software firmware from
Review comment:
> [...] demonstrate a software firmware
This is confusing, maybe some words are missing or misplaced here.
Also, the help text should describe **WHAT** the example is or intends to
do, and less of the **HOW** part. This will improve the comprehension for the
unaware user.
--
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]