Fix the "app-id" parameter description of app:check-code

remotes/origin/poc-doctrine-migrations
Joas Schilling 11 years ago
parent b60dcd91bb
commit 87787a3af4
  1. 2
      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'
);
}

Loading…
Cancel
Save