Skip to content

Commit 30045ca

Browse files
committed
Where did that setHelp() line come from...
1 parent fe86e5f commit 30045ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LdapGroupSyncCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public function configure(): void
3030
$this
3131
->setName("ldap:groups:sync")
3232
->setDescription("Sync LDAP groups with a Gitlab CE installation.")
33-
->setHelp('This command allows you to greet a user based on the time of the day...')
3433
->addOption("dryrun", "d", InputOption::VALUE_NONE, "Dry run: Do not persist any changes.")
3534
->addArgument("instance", InputArgument::OPTIONAL, "Sync with a specific instance, or leave unspecified to work with all.")
3635
;

0 commit comments

Comments
 (0)