Make --render description a bit easier to read
This commit is contained in:
parent
5227ac7ec6
commit
7bbe1c05fa
2
parse
2
parse
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue