Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
bdba0a16
Commit
bdba0a16
authored
Jun 17, 2016
by
Jerome Hugues
Browse files
* Typos
parent
81ed76e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/ocarina-cmd_line.adb
View file @
bdba0a16
...
...
@@ -192,7 +192,7 @@ package body Ocarina.Cmd_Line is
begin
Set_Usage
(
Ocarina_Options
,
Usage
=>
"[switches] <aadl_files>"
);
-- Note: the order of call to Define_Switch dictate the order
-- Note: the order of call to Define_Switch dictate
s
the order
-- of information when calling GNAT.Command_Line.Display_Help.
-- --help flag, just so that it appears in the online help
...
...
@@ -294,7 +294,7 @@ package body Ocarina.Cmd_Line is
-- -real_theorem flag
Define_Switch
(
Ocarina_Options
,
"-real_theorem:"
,
Help
=>
"Name of the main theorem to evaluate"
);
Help
=>
"Name of the main
REAL
theorem to evaluate"
);
-- -real_lib flag
Define_Switch
(
Ocarina_Options
,
"-real_lib:"
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment