From ba580994f5f66d59ba9de67359a7e5932c868ebd Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 29 Jan 2023 14:58:58 -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 2b3780d..c0b5b01 100644 --- a/src/ncc/CLI/HelpMenu.php +++ b/src/ncc/CLI/HelpMenu.php @@ -72,7 +72,7 @@ namespace ncc\CLI; Console::outHelpSections([ new CliHelpSection(['{command} --help'], 'Displays help information about a specific command'), new CliHelpSection(['-v', '--version'], 'Display NCC version information'), - new CliHelpSection(['-l', '--log-level={debug|info|warn|error|fatal}'], 'Set the logging level', 'info'), + new CliHelpSection(['-l', '--log-level={silent|debug|verbose|info|warn|error|fatal}'], 'Set the logging level', 'info'), new CliHelpSection(['--basic-ascii'], 'Uses basic ascii characters'), new CliHelpSection(['--no-color'], 'Omits the use of colors'), new CliHelpSection(['--no-banner'], 'Omits displaying the NCC ascii banner')