aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-02-23 14:38:42 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-02-23 14:38:42 +0100
commit90280df080076d2e44f62d222e079f8815205550 (patch)
tree76261d63de48201ee780a1e599e11cde34e7a799 /src/Wallabag/CoreBundle/Command/InstallCommand.php
parent2aadeea8cd968a2e32631b166097748611a520f6 (diff)
downloadwallabag-90280df080076d2e44f62d222e079f8815205550.tar.gz
wallabag-90280df080076d2e44f62d222e079f8815205550.tar.zst
wallabag-90280df080076d2e44f62d222e079f8815205550.zip
Change wording for create a new user
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 2e241757..84bd51fa 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -180,7 +180,7 @@ class InstallCommand extends ContainerAwareCommand
180 $this->defaultOutput->writeln('<info><comment>Step 3 of 4.</comment> Administration setup.</info>'); 180 $this->defaultOutput->writeln('<info><comment>Step 3 of 4.</comment> Administration setup.</info>');
181 181
182 $questionHelper = $this->getHelperSet()->get('question'); 182 $questionHelper = $this->getHelperSet()->get('question');
183 $question = new ConfirmationQuestion('Would you like to create a new user ? (y/N)', false); 183 $question = new ConfirmationQuestion('Would you like to create a new admin user (recommended) ? (y/N)', true);
184 184
185 if (!$questionHelper->ask($this->defaultInput, $this->defaultOutput, $question)) { 185 if (!$questionHelper->ask($this->defaultInput, $this->defaultOutput, $question)) {
186 return $this; 186 return $this;