diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-06-25 22:11:11 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-01 15:37:23 +0200 |
| commit | fa09d53dd2b9a44a47a6b9b6c4788226a6c9bae8 (patch) | |
| tree | b4c4335cfe96a796e813de6bf32e4911cff73238 | |
| parent | 4b73224c3b1b0ed88f33398af171319c3847116f (diff) | |
| download | dotfiles-fa09d53dd2b9a44a47a6b9b6c4788226a6c9bae8.tar.gz dotfiles-fa09d53dd2b9a44a47a6b9b6c4788226a6c9bae8.zip | |
kbuild: fix typo on -l/--local help message
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rwxr-xr-x | bin/kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
