Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
cb7043ff
Commit
cb7043ff
authored
Jun 12, 2015
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fix name of BA annex in documentation
for ticket #42
parent
9f7262be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/main/ocarina_cmd.adb
src/main/ocarina_cmd.adb
+1
-1
src/python/ocarina-utils.adb
src/python/ocarina-utils.adb
+1
-1
tests/test_ocarina_help/dummy.aadl.out
tests/test_ocarina_help/dummy.aadl.out
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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