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:
Lars Kruse
2025-09-17 10:16:42 +02:00
committed by Xiang Xiao
parent a85121b168
commit 00911d417d
2 changed files with 7 additions and 3 deletions

View File

@@ -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",