From 66706f896dec72ace5fc7ca5ab81d1b2df6f369e Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Tue, 13 Sep 2022 16:30:24 +0100 Subject: [PATCH] pmb.parse.build: mention host compiled kernels in envkenel help (MR 2175) --- pmb/parse/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/parse/arguments.py b/pmb/parse/arguments.py index dcfbd001..b53609fb 100644 --- a/pmb/parse/arguments.py +++ b/pmb/parse/arguments.py @@ -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