summaryrefslogtreecommitdiffstats
path: root/core/command
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-07-16 11:47:20 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-07-17 12:34:56 +0200
commit3566dcf246d122bbc4010aeb42c5b2d9259f8ea5 (patch)
tree8af477db4d9e2c405f689c6028b0122504461b04 /core/command
parent8a64abf4e45a5050ae27140ada4dd66eea4ae502 (diff)
downloadnextcloud-server-3566dcf246d122bbc4010aeb42c5b2d9259f8ea5.tar.gz
nextcloud-server-3566dcf246d122bbc4010aeb42c5b2d9259f8ea5.zip
PR #17046 deprecated OCP\Util::mb_(sub)str_replace()
Diffstat (limited to 'core/command')
-rw-r--r--core/command/app/checkcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/app/checkcode.php b/core/command/app/checkcode.php
index 79c34d6fb48..a4e7322460f 100644
--- a/core/command/app/checkcode.php
+++ b/core/command/app/checkcode.php
@@ -52,7 +52,7 @@ class CheckCode extends Command {
'checker',
'c',
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
- 'enable the specified checker',
+ 'enable the specified checker(s)',
[ 'private', 'deprecation', 'strong-comparison' ]
);
}