Skip to content

Commit

Permalink
docs: fix docs for discard command
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTheHood committed Nov 13, 2023
1 parent a526ce0 commit f39873f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Classes/Cli/Command/CommandDiscard.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ public function getHelp(MmlcCli $cli): string
{
return
TextRenderer::renderHelpHeading('Description:')
. " Uninstall a module from your shop.\n"
. " Discarding a changed installed module.\n"
. "\n"

. TextRenderer::renderHelpHeading('Usage:')
. " uninstall <archiveName>\n"
. " discard <archiveName>\n"
. "\n"

. TextRenderer::renderHelpHeading('Options:')
. TextRenderer::renderHelpOption('f', 'force', 'Uninstall even if the module has changes.')
// . TextRenderer::renderHelpOption('f', 'force', 'Uninstall even if the module has changes.')
. TextRenderer::renderHelpOption('h', 'help', 'Display help for the given command.')
. "\n"

Expand Down

0 comments on commit f39873f

Please sign in to comment.