mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Option -p needs an argument.
This commit is contained in:
parent
faf296fa74
commit
7d0ee20058
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -294,7 +294,7 @@ def main():
|
|||
))
|
||||
|
||||
try:
|
||||
opts, args = getopt.gnu_getopt(sys.argv[1:], 'hO:o:pP:H',
|
||||
opts, args = getopt.gnu_getopt(sys.argv[1:], 'hO:o:p:P:H',
|
||||
('optimizer-options=', 'help', 'version', 'output=', 'header',
|
||||
'preproc=', 'precmd=', 'prearg=', 'prenodef',
|
||||
'avid=', 'avname=', 'assetid=', 'scriptname='))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue