Skip to content

Commit f549ed3

Browse files
blizzzZephOne
andauthored
fix(language): improve description
Co-authored-by: Erwan Colin <[email protected]> Signed-off-by: Arthur Schiwon <[email protected]>
1 parent d7b40c3 commit f549ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Command/UserAdd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct(
2727
protected function configure(): void {
2828
$this
2929
->setName('saml:user:add')
30-
->setDescription('adds an saml account')
30+
->setDescription('Add a SAML account')
3131
->addArgument(
3232
'uid',
3333
InputArgument::REQUIRED,

0 commit comments

Comments
 (0)