changeset 104:e059a58ea23c

update comment
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Jan 2011 19:13:34 -0800
parents a6aff990985b
children 67b50417b8d1
files makeitso/makeitso.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/makeitso/makeitso.py	Tue Jan 11 19:12:22 2011 -0800
+++ b/makeitso/makeitso.py	Tue Jan 11 19:13:34 2011 -0800
@@ -415,7 +415,6 @@
     parser.add_option('-o', '--output', dest='output',
                       help='where to put the output (filename or directory)')
 
-    # TODO
     # options for (.ini) variables
     parser.add_option('-c', '--config', dest='config',
                        default=[], action='append',
@@ -424,7 +423,8 @@
         parser.add_option('--no-defaults', dest='use_defaults',
                           default=True, action='store_false',
                           help="don't read ~/.makeitso")
-         
+
+    # TODO
 #     parser.add_option('-u', '--update', dest='update',
 #                       help="update the specified .ini file for variables read from this run")
 #     parser.add_option('-U', '--Update', dest='Update',