From 2fa55ce1346f53872d1eb8bd3d407de29065e699 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 2 Sep 2025 16:33:30 -0400 Subject: [PATCH] fix: review input Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Josh --- core/Command/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Base.php b/core/Command/Base.php index 7c5e6f6d66f..8f94c1d473a 100644 --- a/core/Command/Base.php +++ b/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,