summaryrefslogtreecommitdiffstats
path: root/core/command
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-05-05 08:23:59 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-05-05 08:23:59 +0200
commit87787a3af42fa993b0e90b24428338025e58e862 (patch)
treefa45bf0b113b6a52216d86b0aeb7251583e2df14 /core/command
parentb60dcd91bbf6e96c71fee92cf57296a8417a5cba (diff)
downloadnextcloud-server-87787a3af42fa993b0e90b24428338025e58e862.tar.gz
nextcloud-server-87787a3af42fa993b0e90b24428338025e58e862.zip
Fix the "app-id" parameter description of app:check-code
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 75b945286f3..18d8f0d5311 100644
--- a/core/command/app/checkcode.php
+++ b/core/command/app/checkcode.php
@@ -35,7 +35,7 @@ class CheckCode extends Command {
->addArgument(
'app-id',
InputArgument::REQUIRED,
- 'enable the specified app'
+ 'check the specified app'
);
}