summaryrefslogtreecommitdiffstats
path: root/core/command/db
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2014-03-31 17:06:06 +0200
committerAndreas Fischer <bantu@owncloud.com>2014-03-31 17:06:06 +0200
commitb002f11771317d2098a9d93758ce7c442a76c203 (patch)
tree3ce1099d1ae7e7670ef1c97929df4c19d36170ce /core/command/db
parente768ead82096b4ad885dd15388691e39bb2c55fc (diff)
downloadnextcloud-server-b002f11771317d2098a9d93758ce7c442a76c203.tar.gz
nextcloud-server-b002f11771317d2098a9d93758ce7c442a76c203.zip
Use question color.
Diffstat (limited to 'core/command/db')
-rw-r--r--core/command/db/converttype.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php
index 1f3e296acc2..8b9c72d9039 100644
--- a/core/command/db/converttype.php
+++ b/core/command/db/converttype.php
@@ -35,7 +35,7 @@ class ConvertType extends Command {
$dialog = $this->getHelperSet()->get('dialog');
$password = $dialog->askHiddenResponse(
$output,
- 'What is the database password?',
+ '<question>What is the database password?</question>',
false
);
$input->setOption('password', $password);