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
cb7043ff
Commit
cb7043ff
authored
Jun 12, 2015
by
yoogx
Browse files
* Fix name of BA annex in documentation
for ticket #42
parent
9f7262be
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/ocarina_cmd.adb
View file @
cb7043ff
...
...
@@ -1211,7 +1211,7 @@ procedure Ocarina_Cmd is
(
" -disable-annexes={annexes}"
&
" Desactive one or all annexes"
);
Write_Line
(
" Annexes :"
);
Write_Line
(
" all"
);
Write_Line
(
" behavior"
);
Write_Line
(
" behavior
_specification
"
);
Write_Line
(
" real"
);
Write_Eol
;
...
...
src/python/ocarina-utils.adb
View file @
cb7043ff
...
...
@@ -167,7 +167,7 @@ package body Ocarina.Utils is
&
" Desactive one or all annexes"
);
Write_Line
(
" Annexes :"
);
Write_Line
(
" all"
);
Write_Line
(
" behavior"
);
Write_Line
(
" behavior
_specification
"
);
Write_Line
(
" real"
);
Write_Eol
;
...
...
tests/test_ocarina_help/dummy.aadl.out
View file @
cb7043ff
...
...
@@ -71,6 +71,6 @@ Usage:
-disable-annexes={annexes} Desactive one or all annexes
Annexes :
all
behavior
behavior
_specification
real
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