Document that apt-cache=yes is equivalent to apt-get update.

This commit is contained in:
Lorin Hochstein 2012-07-26 08:57:09 -04:00
parent 2f71eb0366
commit 1694146c2d

View file

@ -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.