aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-09-02 12:45:34 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-09-02 12:45:34 +0200
commit615ed729b5b54f2f143d10136619b5c4519b353b (patch)
treeeb58b67e72ff01865333685b2b43101da30caf56 /phpBB/phpbb/console
parent28da7581633059377f6f88e91e112d0c008501b8 (diff)
parent5faa12db4c4c02010e99c65e473024c018928603 (diff)
downloadforums-615ed729b5b54f2f143d10136619b5c4519b353b.tar
forums-615ed729b5b54f2f143d10136619b5c4519b353b.tar.gz
forums-615ed729b5b54f2f143d10136619b5c4519b353b.tar.bz2
forums-615ed729b5b54f2f143d10136619b5c4519b353b.tar.xz
forums-615ed729b5b54f2f143d10136619b5c4519b353b.zip
Merge branch '3.1.x'
* 3.1.x: [ticket/14123] Fix typo [ticket/14123] Remove redundant help messages [ticket/14123] Add descriptive help to the CLI help output
Diffstat (limited to 'phpBB/phpbb/console')
-rw-r--r--phpBB/phpbb/console/command/cron/run.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/console/command/cron/run.php b/phpBB/phpbb/console/command/cron/run.php
index 72ad1205ef..a9648fcd41 100644
--- a/phpBB/phpbb/console/command/cron/run.php
+++ b/phpBB/phpbb/console/command/cron/run.php
@@ -50,6 +50,7 @@ class run extends \phpbb\console\command\command
$this
->setName('cron:run')
->setDescription($this->user->lang('CLI_DESCRIPTION_CRON_RUN'))
+ ->setHelp($this->user->lang('CLI_HELP_CRON_RUN'))
->addArgument('name', InputArgument::OPTIONAL, $this->user->lang('CLI_DESCRIPTION_CRON_RUN_ARGUMENT_1'))
;
}