Skip to content

Commit

Permalink
Update database:configure command description
Browse files Browse the repository at this point in the history
  • Loading branch information
SebSept authored Jan 13, 2025
1 parent 4f09de4 commit ee2df63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Glpi/Console/Database/ConfigureCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected function configure()

$this->setName('database:configure');
$this->setAliases(['db:configure']);
$this->setDescription('Define database configuration');
$this->setDescription('Define database configuration and writes it to the configuration file');
}

protected function execute(InputInterface $input, OutputInterface $output)
Expand Down

0 comments on commit ee2df63

Please sign in to comment.