mirror of
https://github.com/friendica/friendica
synced 2025-01-08 19:24:42 +00:00
updated message
This commit is contained in:
parent
efa912c373
commit
0d2419e402
2 changed files with 4 additions and 4 deletions
|
@ -90,8 +90,8 @@ HELP;
|
|||
|
||||
protected function doExecute()
|
||||
{
|
||||
if ($this->executable != 'bin/console.php') {
|
||||
$this->out(sprintf("Deprecated use of '%s', use '%s daemon' instead", $this->executable, 'bin/console.php'));
|
||||
if ($this->executable !== 'bin/console.php') {
|
||||
$this->out(sprintf("'%s' is deprecated and will removed. Please use 'bin/console.php daemon' instead", $this->executable));
|
||||
}
|
||||
|
||||
if ($this->mode->isInstall()) {
|
||||
|
|
|
@ -77,8 +77,8 @@ HELP;
|
|||
|
||||
protected function doExecute()
|
||||
{
|
||||
if ($this->executable != 'bin/console.php') {
|
||||
$this->out(sprintf("Deprecated use of '%s', use '%s jetstream' instead", $this->executable, 'bin/console.php'));
|
||||
if ($this->executable !== 'bin/console.php') {
|
||||
$this->out(sprintf("'%s' is deprecated and will removed. Please use 'bin/console.php jetstream' instead", $this->executable));
|
||||
}
|
||||
|
||||
if ($this->mode->isInstall()) {
|
||||
|
|
Loading…
Reference in a new issue