Mercurial > hg > MakeItSo
changeset 185:0fd0cc154153
STUB: makeitso/makeitso.py setup.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 26 Mar 2014 21:28:47 -0700 |
parents | be33152d7d0c |
children | 12128bd1f021 |
files | makeitso/makeitso.py setup.py |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/makeitso/makeitso.py Sun Mar 23 18:27:50 2014 -0700 +++ b/makeitso/makeitso.py Wed Mar 26 21:28:47 2014 -0700 @@ -445,9 +445,10 @@ help='print the variables in a template') entry_points = get_entry_points() if entry_points: - parser.add_option('--list-templates', dest='list_templates', + parser.add_option('--list', '--list-templates', + dest='list_templates', action='store_true', default=False, - help="list installed MakeItSo! templates") + help="list installed templates") options, args = parser.parse_args(args)