diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-10-11 21:40:49 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-10-11 21:40:49 +0200 |
| commit | e2a87a8888721ef9c166e6f9a7a24898ef651ea2 (patch) | |
| tree | 7f9a9b7e75dd4890a3bf4ace7ff4189a24549a0a /bin/kbuild | |
| parent | f7a74ab248d3a033f795275fd4b9eda3e0b90834 (diff) | |
| download | dotfiles-e2a87a8888721ef9c166e6f9a7a24898ef651ea2.tar.gz dotfiles-e2a87a8888721ef9c166e6f9a7a24898ef651ea2.zip | |
kbuild: Fix typo
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'bin/kbuild')
| -rwxr-xr-x | bin/kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
