mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
parent
fba17cffe9
commit
b27c8a05bd
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class ConsoleInputOption {
|
|||
}
|
||||
if (strlen($this->_short) > 1) {
|
||||
throw new ConsoleException(
|
||||
__d('cake_console', 'Short options must be one letter.')
|
||||
__d('cake_console', 'Short option "%s" is invalid, short options must be one letter.', $this->_short)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue