mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix: review input
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
b4027c557d
commit
2fa55ce134
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()
|
||||
$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…
Reference in a new issue