pmb.parse.build: mention host compiled kernels in envkenel help (MR 2175)

This commit is contained in:
Caleb Connolly 2022-09-13 16:30:24 +01:00 committed by Oliver Smith
parent 6502d8aa28
commit 66706f896d
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ def arguments():
dest="no_depends")
build.add_argument("--envkernel", action="store_true",
help="Create an apk package from the build output of"
" a kernel compiled with envkernel.sh.")
" a kernel compiled locally on the host or with envkernel.sh.")
add_packages_arg(build, nargs="+")
# Action: deviceinfo_parse