We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b40c3 commit f549ed3Copy full SHA for f549ed3
lib/Command/UserAdd.php
@@ -27,7 +27,7 @@ public function __construct(
27
protected function configure(): void {
28
$this
29
->setName('saml:user:add')
30
- ->setDescription('adds an saml account')
+ ->setDescription('Add a SAML account')
31
->addArgument(
32
'uid',
33
InputArgument::REQUIRED,
0 commit comments