diff --git a/Commands/OmniscientCommand.php b/Commands/OmniscientCommand.php index 835af4e..a0b0d07 100644 --- a/Commands/OmniscientCommand.php +++ b/Commands/OmniscientCommand.php @@ -26,19 +26,12 @@ public function __construct(array $options = []) { $this->sites = new Sites(); } - /** - * Connects SequelPro to the Site - * - * ## OPTIONS - * - * [--site=] - * : Site to Use - * - * [--env=] - * : Environment to clear + /** + * Enables New Relic Pro on all sites/environments a user's account has access + * to * * ## EXAMPLES - * terminus site pancakes --site=test + * terminus sites omniscient * * @subcommand omniscient */