[haizea-commit] r575 - trunk/src/haizea/cli

haizea-commit at mailman.cs.uchicago.edu haizea-commit at mailman.cs.uchicago.edu
Sun Feb 15 19:43:44 CST 2009


Author: borja
Date: 2009-02-15 19:43:42 -0600 (Sun, 15 Feb 2009)
New Revision: 575

Modified:
   trunk/src/haizea/cli/commands.py
Log:
Minor documentation fix in haizea-convert-data

Modified: trunk/src/haizea/cli/commands.py
===================================================================
--- trunk/src/haizea/cli/commands.py	2009-02-16 01:43:17 UTC (rev 574)
+++ trunk/src/haizea/cli/commands.py	2009-02-16 01:43:42 UTC (rev 575)
@@ -245,9 +245,8 @@
 class haizea_convert_data(Command):
     """
     Converts Haizea datafiles into another (easier to process) format.
+    """
     
-    This command is still not fully implemented."""
-    
     name = "haizea-convert-data"
 
     def __init__(self, argv):
@@ -256,7 +255,7 @@
         self.optparser.add_option(Option("-t", "--type", action="store",  dest="type",
                                          choices = ["per-experiment", "per-lease"],
                                          help = """
-                                         Type of data to produce
+                                         Type of data to produce.
                                          """))
         self.optparser.add_option(Option("-f", "--format", action="store", type="string", dest="format",
                                          help = """



More information about the Haizea-commit mailing list