diff --git a/src/ncc/CLI/HelpMenu.php b/src/ncc/CLI/HelpMenu.php index c0b5b01..8381429 100644 --- a/src/ncc/CLI/HelpMenu.php +++ b/src/ncc/CLI/HelpMenu.php @@ -106,7 +106,7 @@ namespace ncc\CLI; Console::out('Commands:'); Console::outHelpSections([ new CliHelpSection(['build'], 'Builds the current project'), - new CliHelpSection(['main'], 'Executes the main entrypoint of a package') + new CliHelpSection(['exec'], 'Executes the main entrypoint of a package') ]); } } \ No newline at end of file