Skip to content

Commit 3ed2e46

Browse files
committed
fix: cleaned up the description of the rotate-password command
1 parent ed3b687 commit 3ed2e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/Database/RotateDatabaseServerPasswordCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function configure()
3535
{
3636
$this
3737
->setName(self::NAME)
38-
->setDescription('Rotate the password of the "ymir" to a database')
38+
->setDescription('Rotate the password of the database server\'s "ymir" user')
3939
->addArgument('database', InputArgument::OPTIONAL, 'The ID or name of the database server to rotate the password of');
4040
}
4141

0 commit comments

Comments
 (0)