From: W. Trevor King Date: Fri, 7 Aug 2009 15:52:39 +0000 (-0400) Subject: Adjusted help/doc strings in becommands/html.py X-Git-Tag: 1.0.0~62^2~34^2~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5d2362b59a3b9851e10c0549e437fb3bce6222c;p=be.git Adjusted help/doc strings in becommands/html.py --- diff --git a/becommands/html.py b/becommands/html.py index 4835227..7640cf6 100644 --- a/becommands/html.py +++ b/becommands/html.py @@ -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 +