diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-29 20:27:12 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-29 20:27:12 +0100 |
commit | 52dffef03cb97a54041b1fba638eafb3ed0a5ce0 (patch) | |
tree | af50ecaac0e5761c6a096b297600e775c2c29f68 /phpBB/phpbb | |
parent | 8ec1a60156f66dd4fe0f0f6e2cfbee1c79132771 (diff) | |
download | forums-52dffef03cb97a54041b1fba638eafb3ed0a5ce0.tar forums-52dffef03cb97a54041b1fba638eafb3ed0a5ce0.tar.gz forums-52dffef03cb97a54041b1fba638eafb3ed0a5ce0.tar.bz2 forums-52dffef03cb97a54041b1fba638eafb3ed0a5ce0.tar.xz forums-52dffef03cb97a54041b1fba638eafb3ed0a5ce0.zip |
[ticket/14499] Fix wording and comments
PHPBB3-14499
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/install/console/command/update/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/console/command/update/update.php b/phpBB/phpbb/install/console/command/update/update.php index dfac13d5d7..116f42f758 100644 --- a/phpBB/phpbb/install/console/command/update/update.php +++ b/phpBB/phpbb/install/console/command/update/update.php @@ -87,7 +87,7 @@ class update extends \phpbb\console\command\command /** * Executes the command update. * - * Install the board + * Update the board * * @param InputInterface $input An InputInterface instance * @param OutputInterface $output An OutputInterface instance |