Skip to content

Commit

Permalink
Remove confusing docs from aliases example. Fixes #1155.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Oct 10, 2016
1 parent 1b7b562 commit 72494ac
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions examples/example.aliases.drushrc.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,7 @@
* // will not work).
* 'delete' => TRUE,
*
* // wrapping an option's value in "" preserves inner '' on output;
* // but is not always required.
* 'exclude' => "'*.gz'",
*
* // cannot add multiple options of same key; each key overwrites
* // the previous key's value. This 'exclude' option will overwrite
* // the previous one above.
* 'exclude' => '*.sql',
*
* // if you need multiple exludes, use an rsync exclude file
* // if you need multiple excludes, use an rsync exclude file
* 'exclude-from' => "'/etc/rsync/exclude.rules'",
*
* // filter options with white space must be wrapped in "" to preserve
Expand Down

0 comments on commit 72494ac

Please sign in to comment.