mtd/html html.py,1.1,1.2

gleixner at infradead.org gleixner at infradead.org
Sat Mar 12 10:44:21 EST 2005


Update of /home/cvs/mtd/html
In directory phoenix.infradead.org:/tmp/cvs-serv15823

Modified Files:
	html.py 
Log Message:
Fix usage

Index: html.py
===================================================================
RCS file: /home/cvs/mtd/html/html.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- html.py	12 Mar 2005 13:48:21 -0000	1.1
+++ html.py	12 Mar 2005 15:44:18 -0000	1.2
@@ -1,12 +1,8 @@
 #!/usr/bin/env python
 #
-# Patch series mailer. Mails patch series, which are generated
-# by patchseries.py.
-#
-# Please modifiy the mailform and mailserver entries or use the 
-# options to override 
-#
-# (C) 2004 Thomas Gleixner <tglx at linutronix.de>
+# Simple XML to HTML converter.
+# 
+# (C) 2005 Thomas Gleixner <tglx at linutronix.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
@@ -28,12 +24,9 @@
 # Print the usage information
 def usage():
 	print "USAGE:"
-	print "svnmail.py <-c config -h -i -v -u user -p path>"
-	print "  -c conf   configuration file"
-	print "  -i        interactive (confirm each message)"
-	print "  -p path   repository path"
-	print "  -r rev    revision number"
-	print "  -v        verbose (Enables smtp debug messages)"
+	print "html.py <-f -h file.xml>"
+	print "  -f        write output to file.html (default is stdout)"
+	print "  -h        help"
 	return
 
 





More information about the linux-mtd-cvs mailing list