Skip to content
Snippets Groups Projects
Unverified Commit 78c560a1 authored by Jeremy's avatar Jeremy
Browse files

Updated help messages

parent 8884a953
No related branches found
Tags gh-5235
Loading
...@@ -19,7 +19,7 @@ parser = argparse.ArgumentParser(description='Docenizes HTML version of the offi ...@@ -19,7 +19,7 @@ parser = argparse.ArgumentParser(description='Docenizes HTML version of the offi
parser.add_argument('-i', '--inputfolder', type=str, parser.add_argument('-i', '--inputfolder', type=str,
help='Folder where the input files reside as .html. Default is ./asm-docs/', help='Folder where the input files reside as .html. Default is ./asm-docs/',
default='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') default='./asm-docs-amd64.ts')
parser.add_argument('-d', '--downloadfolder', type=str, parser.add_argument('-d', '--downloadfolder', type=str,
help='Folder where the archive will be downloaded and extracted', default='asm-docs') help='Folder where the archive will be downloaded and extracted', default='asm-docs')
......
...@@ -19,7 +19,7 @@ parser = argparse.ArgumentParser(description='Docenizes XML version of the offic ...@@ -19,7 +19,7 @@ parser = argparse.ArgumentParser(description='Docenizes XML version of the offic
parser.add_argument('-i', '--inputfolder', type=str, parser.add_argument('-i', '--inputfolder', type=str,
help='Folder where the input files reside as .xml. Default is ./asm-docs-arm/', help='Folder where the input files reside as .xml. Default is ./asm-docs-arm/',
default='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') default='./asm-docs-arm32.ts')
parser.add_argument('-d', '--downloadfolder', type=str, parser.add_argument('-d', '--downloadfolder', type=str,
help='Folder where the archive will be downloaded and extracted', default='asm-docs-arm') help='Folder where the archive will be downloaded and extracted', default='asm-docs-arm')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment