Refresh docs
diff --git a/docs/epy/oauth2client.tools-module.html b/docs/epy/oauth2client.tools-module.html
index f142456..f5c6af8 100644
--- a/docs/epy/oauth2client.tools-module.html
+++ b/docs/epy/oauth2client.tools-module.html
@@ -199,6 +199,34 @@
   <pre class="literalblock">
 Core code for a command-line application.
 
+The run() function is called from your application and runs through all the
+steps to obtain credentials. It takes a Flow argument and attempts to open an
+authorization server page in the user's default web browser. The server asks
+the user to grant your application access to the user's data. If the user
+grants access, the run() function returns new credentials. The new credentials
+are also stored in the Storage argument, which updates the file associated
+with the Storage object.
+
+It presumes it is run from a command-line application and supports the
+following flags:
+
+  --[no]auth_local_webserver
+
+    Run a local web server to handle redirects during OAuth authorization.
+
+  --auth_host_name
+
+    Host name to use when running a local web server to handle redirects
+    during OAuth authorization.
+
+  --auth_host_port
+
+    Port to use when running a local web server to handle redirects during
+    OAuth authorization.
+
+Since it uses flags make sure to initialize the gflags module before calling
+run().
+
 Args:
   flow: Flow, an OAuth 2.0 Flow to step through.
   storage: Storage, a Storage to store the credential in.
@@ -241,7 +269,7 @@
 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
   <tr>
     <td align="left" class="footer">
-    Generated by Epydoc 3.0.1 on Thu Sep  6 13:36:11 2012
+    Generated by Epydoc 3.0.1 on Wed Oct 24 08:53:04 2012
     </td>
     <td align="right" class="footer">
       <a target="mainFrame" href="http://epydoc.sourceforge.net"