Skip to content
Snippets Groups Projects
Commit c79c6871 authored by David Verelst's avatar David Verelst
Browse files

prepost.dlctemplate.py: slightly extended help menu

parent 0169ebda
No related branches found
No related tags found
No related merge requests found
...@@ -588,10 +588,13 @@ if __name__ == '__main__': ...@@ -588,10 +588,13 @@ if __name__ == '__main__':
'spreadsheet.') 'spreadsheet.')
parser.add_argument('--dlcmaster', type=str, default='htc/DLCs.xlsx', parser.add_argument('--dlcmaster', type=str, default='htc/DLCs.xlsx',
action='store', dest='dlcmaster', action='store', dest='dlcmaster',
help='Master spreadsheet file location') help='Optionally define an other location of the '
'Master spreadsheet file location, default value is: '
'htc/DLCs.xlsx')
parser.add_argument('--dlcfolder', type=str, default='htc/DLCs/', parser.add_argument('--dlcfolder', type=str, default='htc/DLCs/',
action='store', dest='dlcfolder', help='Destination ' action='store', dest='dlcfolder', help='Optionally '
'folder location of the generated DLC exchange files') 'define an other destination folder location for the '
'generated DLC exchange files, default: htc/DLCs/')
opt = parser.parse_args() opt = parser.parse_args()
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment