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:
parent
7047a70ac9
commit
d7b4266377
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue