mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 07:12:06 +08:00
boot/nxboot: improve documentation
Previously it was hard to guess the correct entrypoint for the bootloader application. Signed-off-by: Lars Kruse <devel@sumpfralle.de>
This commit is contained in:
@@ -116,7 +116,7 @@ def parse_args() -> argparse.Namespace:
|
||||
parser.add_argument(
|
||||
"-v",
|
||||
action="store_true",
|
||||
help="Verbose output. This prints information abourt the created image.",
|
||||
help="Verbose output. This prints information about the created image.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"PATH",
|
||||
|
Reference in New Issue
Block a user