From 209d15acbea21821966b700c937478db072d1d47 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 29 Jan 2023 16:59:25 -0500 Subject: [PATCH] Updated HelpMenu --- src/ncc/CLI/HelpMenu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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