aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-10-11 21:40:49 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-10-11 21:40:49 +0200
commite2a87a8888721ef9c166e6f9a7a24898ef651ea2 (patch)
tree7f9a9b7e75dd4890a3bf4ace7ff4189a24549a0a
parentf7a74ab248d3a033f795275fd4b9eda3e0b90834 (diff)
downloaddotfiles-e2a87a8888721ef9c166e6f9a7a24898ef651ea2.tar.gz
dotfiles-e2a87a8888721ef9c166e6f9a7a24898ef651ea2.zip
kbuild: Fix typo
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
-rwxr-xr-xbin/kbuild2
1 files changed, 1 insertions, 1 deletions
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.