Make --render description a bit easier to read

This commit is contained in:
Sven Slootweg 2012-05-27 11:18:39 +02:00
parent 5227ac7ec6
commit 7bbe1c05fa

2
parse
View file

@ -14,7 +14,7 @@ parser.add_argument('-a', dest='attachment_dir', action='store', default='attach
help='path where attachments should be stored (will be created if it does not exist yet)')
parser.add_argument('-r', '--render', dest='render', action='store_true',
help='render static HTML files using the template files in templates/')
help='render static HTML files using template files')
parser.add_argument('-f', '--forced', dest='forced', action='store_true',
help='force insertion into database, even if entries already exist')