Adjusted help/doc strings in becommands/html.py
authorW. Trevor King <wking@drexel.edu>
Fri, 7 Aug 2009 15:52:39 +0000 (11:52 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 7 Aug 2009 15:52:39 +0000 (11:52 -0400)
becommands/html.py

index 483522745f5e4f23e6d7bd108f93fe2b877eb30b..7640cf6dc43e06acc0471e224b21bee673293cb0 100644 (file)
@@ -17,7 +17,7 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-"""Re-open a bug"""
+"""Generate a static HTML dump of the current repository status"""
 from libbe import cmdutil, bugdir, bug
 #from html_data import *
 import os,  re,  time, string
@@ -83,7 +83,8 @@ def get_parser():
     return parser
 
 longhelp="""
-Generate a set of html pages.
+Generate a set of html pages representing the current state of the bug
+directory.
 """
 
 def help():
@@ -573,4 +574,4 @@ class BEHTMLGen():
             FD.write(self.detail_last%"../index_inactive.html")
         FD.close()
         
-   
\ No newline at end of file
+