Skip to content

Commit

Permalink
Fix options formating. Fixes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevanwinkle committed Feb 4, 2015
1 parent 80410ad commit b5015d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions php/commands/organizations.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,18 @@ public function all($args, $assoc_args) {
/**
* List an organizations sites
*
* @subcommand sites
*
* ## Options
* ## OPTIONS
*
* [--org=<org>]
* : Organization name or Id
*
* [--add=<site>]
* : Site to add to organization
*
* [--remove=<site>]
* : Site to remove from organization
*
* @subcommand sites
*/
public function sites($args, $assoc_args) {
$orgs = array();
Expand Down

0 comments on commit b5015d1

Please sign in to comment.