diff --git a/etc/scripts/docenizers/docenizer-amd64.py b/etc/scripts/docenizers/docenizer-amd64.py index c1bba19cae7b91c921a8c500623e5fb700114e1f..0e5ea96e0f3aa4733d3acb4c08da23650654bd56 100755 --- a/etc/scripts/docenizers/docenizer-amd64.py +++ b/etc/scripts/docenizers/docenizer-amd64.py @@ -19,7 +19,7 @@ parser = argparse.ArgumentParser(description='Docenizes HTML version of the offi parser.add_argument('-i', '--inputfolder', type=str, help='Folder where the input files reside as .html. Default is ./asm-docs/', default='asm-docs') -parser.add_argument('-o', '--outputpath', type=str, help='Final path of the .ts file. Default is ./asm-docs.ts', +parser.add_argument('-o', '--outputpath', type=str, help='Final path of the .ts file. Default is ./asm-docs-amd64.ts', default='./asm-docs-amd64.ts') parser.add_argument('-d', '--downloadfolder', type=str, help='Folder where the archive will be downloaded and extracted', default='asm-docs') diff --git a/etc/scripts/docenizers/docenizer-arm32.py b/etc/scripts/docenizers/docenizer-arm32.py index 9d69e9785980f8925666c5608884c5880205f075..7dccdcea957c399f73258b02f1a4e8301a43231e 100755 --- a/etc/scripts/docenizers/docenizer-arm32.py +++ b/etc/scripts/docenizers/docenizer-arm32.py @@ -19,7 +19,7 @@ parser = argparse.ArgumentParser(description='Docenizes XML version of the offic parser.add_argument('-i', '--inputfolder', type=str, help='Folder where the input files reside as .xml. Default is ./asm-docs-arm/', default='asm-docs-arm') -parser.add_argument('-o', '--outputpath', type=str, help='Final path of the .ts file. Default is ./asm-docs-arm.ts', +parser.add_argument('-o', '--outputpath', type=str, help='Final path of the .ts file. Default is ./asm-docs-arm32.ts', default='./asm-docs-arm32.ts') parser.add_argument('-d', '--downloadfolder', type=str, help='Folder where the archive will be downloaded and extracted', default='asm-docs-arm')