1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-01 12:09:02 +01:00

Add arg to parse for static url - Corrections

This commit is contained in:
prieto 2016-09-22 17:19:20 +02:00
commit d7b4266377

View file

@ -455,7 +455,7 @@ def get_parser():
actions.add_argument('-m', '--make', metavar='TARGET', type=str,
nargs="?", default='not',
help='Run make for selected instances')
actions.add_arguments('-s', '--static_url', type=str, nargs="?",
actions.add_argument('-t', '--static_url', type=str, nargs="?",
default='http://127.0.0.1/static/', metavar='static_url',
help='Set an url for static documents')
actions.add_argument('--nginx-conf', action='store_const',