From 1694146c2dfd7dd164be5187bf2a5bab359746fc Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Thu, 26 Jul 2012 08:57:09 -0400 Subject: [PATCH] Document that apt-cache=yes is equivalent to apt-get update. --- rst/modules.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rst/modules.rst b/rst/modules.rst index ba4059a858..3fc17092c6 100644 --- a/rst/modules.rst +++ b/rst/modules.rst @@ -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.