[Epydoc-commits] SF.net SVN: epydoc: [1699] trunk/epydoc/src/epydoc/cli.py
Brought to you by:
edloper
|
From: <ed...@us...> - 2008-01-31 01:18:19
|
Revision: 1699
http://epydoc.svn.sourceforge.net/epydoc/?rev=1699&view=rev
Author: edloper
Date: 2008-01-30 17:18:16 -0800 (Wed, 30 Jan 2008)
Log Message:
-----------
- Minor change in help string for --suppress-timestamp
Modified Paths:
--------------
trunk/epydoc/src/epydoc/cli.py
Modified: trunk/epydoc/src/epydoc/cli.py
===================================================================
--- trunk/epydoc/src/epydoc/cli.py 2008-01-31 01:09:38 UTC (rev 1698)
+++ trunk/epydoc/src/epydoc/cli.py 2008-01-31 01:18:16 UTC (rev 1699)
@@ -346,8 +346,7 @@
output_group.add_option('--suppress-timestamp',
action='store_false', dest='include_timestamp',
- help=("When generating HTML output, suppress the timestamp at "
- "the bottom of each page."))
+ help=("Do not include a timestamp in the generated output."))
# The group of external API options.
# Skip if the module couldn't be imported (usually missing docutils)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|