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 2025-09-02 16:33:30 +07:00 committed by GitHub
parent b4027c557d
commit 2fa55ce134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -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() // 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; $defaultHelp = 'More extensive and thorough documentation may be found at ' . \OCP\Server::get(\OCP\Defaults::class)->getDocBaseUrl() . PHP_EOL;
$this $this
->setHelp($this->defaultHelp) ->setHelp($defaultHelp)
->addOption( ->addOption(
'output', 'output',
null, null,