summaryrefslogtreecommitdiff
path: root/nuttx/tools/kconfig.bat
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/tools/kconfig.bat')
-rwxr-xr-xnuttx/tools/kconfig.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/tools/kconfig.bat b/nuttx/tools/kconfig.bat
index 65ab60506..db01e7515 100755
--- a/nuttx/tools/kconfig.bat
+++ b/nuttx/tools/kconfig.bat
@@ -100,15 +100,15 @@ echo ERROR: Unrecognized action: %action%
goto :ShowUsage
:DoConfig
-conf Kconfig
+kconfig-conf Kconfig
goto End
:DoOldConfig
-conf --oldconfig Kconfig
+kconfig-conf --oldconfig Kconfig
goto End
:DoMenuConfig
-mconf Kconfig
+kconfig-mconf Kconfig
goto End
:MissingArgument