From fa09d53dd2b9a44a47a6b9b6c4788226a6c9bae8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 25 Jun 2026 22:11:11 +0200 Subject: kbuild: fix typo on -l/--local help message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kbuild b/bin/kbuild index 8d19574..819447e 100755 --- a/bin/kbuild +++ b/bin/kbuild @@ -98,7 +98,7 @@ following options: -h, --help Show this message. -p, --profile The profile to be picked up (values: debian, suse). - -l, --local This is a local build, just generatel install/uninstall files. + -l, --local This is a local build, just generate install/uninstall files. --skip-install Don't generate the install/uninstall files. --skip-config Skip the configuration step. HERE -- cgit v1.2.3