Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Compiler Explorer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Compiler Explorer
Commits
78c560a1
Unverified
Commit
78c560a1
authored
2 years ago
by
Jeremy
Browse files
Options
Downloads
Patches
Plain Diff
Updated help messages
parent
8884a953
No related branches found
Tags
gh-5235
Loading
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/scripts/docenizers/docenizer-amd64.py
+1
-1
1 addition, 1 deletion
etc/scripts/docenizers/docenizer-amd64.py
etc/scripts/docenizers/docenizer-arm32.py
+1
-1
1 addition, 1 deletion
etc/scripts/docenizers/docenizer-arm32.py
with
2 additions
and
2 deletions
etc/scripts/docenizers/docenizer-amd64.py
+
1
−
1
View file @
78c560a1
...
@@ -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
'
)
...
...
This diff is collapsed.
Click to expand it.
etc/scripts/docenizers/docenizer-arm32.py
+
1
−
1
View file @
78c560a1
...
@@ -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-arm
32
.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
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment