diff options
Diffstat (limited to 'Documentation/getting_started')
-rw-r--r-- | Documentation/getting_started/kconfig.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/getting_started/kconfig.md b/Documentation/getting_started/kconfig.md index 819eb724fc..fff186e8a2 100644 --- a/Documentation/getting_started/kconfig.md +++ b/Documentation/getting_started/kconfig.md @@ -1188,7 +1188,7 @@ https://github.com/martinlroth/language-kconfig ## Syntax Checking: The Kconfig utility does some basic syntax checking on the Kconfig tree. -Running "make silentoldconfig" will show any errors that the Kconfig utility +Running "make oldconfig" will show any errors that the Kconfig utility sees. ### util/kconfig_lint |