# HG changeset patch # User Jeff Hammel # Date 1294802014 28800 # Node ID e059a58ea23c05d82c9b8720b8d0e062d8abc965 # Parent a6aff990985bfdbc25ca32798da4e0d801d3ae55 update comment diff -r a6aff990985b -r e059a58ea23c makeitso/makeitso.py --- 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',