Skip to content

Commit

Permalink
docs: remove short -f option from help output
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTheHood committed Nov 14, 2023
1 parent b428193 commit e79014a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/Cli/Command/CommandList.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public function getHelp(MmlcCli $cli): string
. TextRenderer::renderHelpOption('p', 'pulled', 'Only show modules that are downloaded.')
. TextRenderer::renderHelpOption('P', 'pulledall', 'Show all downloaded versions.')
. TextRenderer::renderHelpOption('c', 'changed', 'Show all changed installed modules.')
. TextRenderer::renderHelpOption('f', 'format=FORMAT', 'Format of the output. [text, json].')
. TextRenderer::renderHelpOption('', 'format=FORMAT', 'Format of the output. [text, json].')
. TextRenderer::renderHelpOption('', 'in=VALUE', 'If a search term is provided, search only in the specified fields. [name, archivename, sortdesc, all].')

. TextRenderer::renderHelpOption('h', 'help', 'Display help for the given command.')
Expand Down

0 comments on commit e79014a

Please sign in to comment.