Skip to content

Commit

Permalink
Fix documentation for Omniscient command (which we previously stole f…
Browse files Browse the repository at this point in the history
…rom @derimagia's Pancakes plugin).
  • Loading branch information
rvtraveller committed Jun 20, 2016
1 parent 4b23d99 commit 76ae2f6
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions Commands/OmniscientCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,12 @@ public function __construct(array $options = []) {
$this->sites = new Sites();
}

/**
* Connects SequelPro to the Site
*
* ## OPTIONS
*
* [--site=<site>]
* : Site to Use
*
* [--env=<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
*/
Expand Down

0 comments on commit 76ae2f6

Please sign in to comment.