fix: review input

Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/54180/head
Josh 1 month ago committed by GitHub
parent b4027c557d
commit 2fa55ce134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      core/Command/Base.php

@ -29,7 +29,7 @@ class Base extends Command implements CompletionAwareInterface {
// Some of our commands do not extend this class; and some of those that do do not call parent::configure()
$defaultHelp = 'More extensive and thorough documentation may be found at ' . \OCP\Server::get(\OCP\Defaults::class)->getDocBaseUrl() . PHP_EOL;
$this
->setHelp($this->defaultHelp)
->setHelp($defaultHelp)
->addOption(
'output',
null,

Loading…
Cancel
Save