Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
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
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
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
52e168f9
Commit
52e168f9
authored
5 years ago
by
Vaibhav Garg
Committed by
Oksana Shadura
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixing order of options
parent
4cfec160
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interpreter/cling/include/cling/Interpreter/ClingOptions.inc
+2
-2
2 additions, 2 deletions
interpreter/cling/include/cling/Interpreter/ClingOptions.inc
with
2 additions
and
2 deletions
interpreter/cling/include/cling/Interpreter/ClingOptions.inc
+
2
−
2
View file @
52e168f9
...
...
@@ -23,6 +23,8 @@ OPTION(prefix_2, "errorout", _errorout, Flag, INVALID, INVALID, 0, 0, 0,
// Re-implement to forward to our help
OPTION
(
prefix_3
,
"help"
,
help
,
Flag
,
INVALID
,
INVALID
,
0
,
0
,
0
,
"Print this help text"
,
0
,
0
)
OPTION
(
prefix_1
,
"includedir_loc="
,
overlay_EQ
,
Joined
,
INVALID
,
INVALID
,
0
,
0
,
0
,
"Set the Modules overlay file"
,
0
,
0
)
OPTION
(
prefix_1
,
"L"
,
L
,
JoinedOrSeparate
,
INVALID
,
INVALID
,
0
,
0
,
0
,
"Add directory to library search path"
,
"<directory>"
,
0
)
OPTION
(
prefix_1
,
"l"
,
l
,
JoinedOrSeparate
,
INVALID
,
INVALID
,
0
,
0
,
0
,
...
...
@@ -31,8 +33,6 @@ OPTION(prefix_2, "metastr=", _metastr_EQ, Joined, INVALID, INVALID, 0, 0, 0,
"Set the meta command tag, default '.'"
,
0
,
0
)
OPTION
(
prefix_2
,
"metastr"
,
_metastr
,
Separate
,
INVALID
,
INVALID
,
0
,
0
,
0
,
"Set the meta command tag, default '.'"
,
0
,
0
)
OPTION
(
prefix_1
,
"includedir_loc="
,
overlay_EQ
,
Joined
,
INVALID
,
INVALID
,
0
,
0
,
0
,
"Set the Modules overlay file"
,
0
,
0
)
OPTION
(
prefix_2
,
"nologo"
,
_nologo
,
Flag
,
INVALID
,
INVALID
,
0
,
0
,
0
,
"Do not show startup-banner"
,
0
,
0
)
OPTION
(
prefix_3
,
"noruntime"
,
noruntime
,
Flag
,
INVALID
,
INVALID
,
0
,
0
,
0
,
...
...
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