Merge pull request #151 from lorin/apt-get-update
Document that apt-cache=yes is equivalent to apt-get update.
This commit is contained in:
commit
69e8b75dc3
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ Manages apt-packages (such as for Debian/Ubuntu).
|
|||
|
||||
*update-cache*:
|
||||
|
||||
* Whether the apt cache must be updated prior to operation. Optional, and can be
|
||||
* Whether the apt cache must be updated prior to operation. This is equivalent
|
||||
to doing "apt-get update". Optional, and can be
|
||||
'yes', or 'no'. The default is 'no'. This can be done as the part of a
|
||||
package operation or as a seperate step.
|
||||
|
||||
|
|
Loading…
Reference in a new issue