summaryrefslogtreecommitdiffstats
path: root/lib/Command/Fediverse.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-11-21 19:03:59 -0100
committerMaxence Lange <maxence@artificial-owl.com>2022-11-21 19:03:59 -0100
commit33080573fc555fd0b3410ef03e33191f2c65a9fa (patch)
treec2cf45d81811d584abc4d4c27d40565c9af318ce /lib/Command/Fediverse.php
parentb32fa07f9ca0c486379c2a493aac850d503fc698 (diff)
cs:fix
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Command/Fediverse.php')
-rw-r--r--lib/Command/Fediverse.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/Fediverse.php b/lib/Command/Fediverse.php
index 0a9e7535..e2801bbd 100644
--- a/lib/Command/Fediverse.php
+++ b/lib/Command/Fediverse.php
@@ -58,8 +58,8 @@ class Fediverse extends Base {
parent::configure();
$this->setName('social:fediverse')
->addOption(
- 'type', 't', InputArgument::OPTIONAL,
- 'Change the type of access management', ''
+ 'type', 't', InputArgument::OPTIONAL,
+ 'Change the type of access management', ''
)
->addArgument('action', InputArgument::OPTIONAL, 'add/remove/test address', '')
->addArgument('address', InputArgument::OPTIONAL, 'address/host', '')