Skip to content
This repository was archived by the owner on Jun 26, 2019. It is now read-only.

Commit

Permalink
Update arg description.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Dec 12, 2016
1 parent 1b30544 commit 0e2b6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Drush/Commands/core/CacheCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function clear($type = NULL, $options = ['cache-clear' => TRUE]) {
* @param $cid The id of the object to set.
* @param $data The object to set in the cache. Use \'-\' to read the object from STDIN.
* @param $bin The cache bin to store the object in.
* @param $expire CACHE_PERMANENT, CACHE_TEMPORARY, or a Unix timestamp.
* @param $expire 'CACHE_PERMANENT', or a Unix timestamp.
* @param $tags A comma delimited list of cache tags.
* @option input-format The format of value. Use 'json' for complex values.
* @option cache-get If the object is the result a previous fetch from the cache, only store the value in the "data" property of the object in the cache.
Expand Down

0 comments on commit 0e2b6dc

Please sign in to comment.