diff options
-rw-r--r-- | core/command/app/checkcode.php | 2 |
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' ); } |