From e2a87a8888721ef9c166e6f9a7a24898ef651ea2 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 11 Oct 2024 21:40:49 +0200 Subject: kbuild: Fix typo 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(-) (limited to 'bin') diff --git a/bin/kbuild b/bin/kbuild index 39f1606..8cb87eb 100755 --- a/bin/kbuild +++ b/bin/kbuild @@ -25,7 +25,7 @@ # scripts are bundled in: install.sh and uninstall.sh. # # You can also pass some options: -# 1. `-s/--skip-build`: tell to skip the call to `defconfig` and/or +# 1. `-s/--skip-config`: tell to skip the call to `defconfig` and/or # `menuconfig`. This is useful if you are just developing over the same # `.config` file again and again. # 2. `-n/--no-install`: don't generate the install/uninstall files. -- cgit v1.2.3