Skip to content

Commit

Permalink
Merge pull request #110 from eduardacoppo/fix_cmp_gen_command
Browse files Browse the repository at this point in the history
fix: fix command to generate composition
  • Loading branch information
jhonasiv authored Sep 2, 2024
2 parents 23a4787 + e9885a1 commit 6830e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basics/recap.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ more complex functional units, by binding the components together.
- a composition template is created using

~~~
syskit gen NameOfComposition
syskit gen cmp NameOfComposition
~~~
- an element within a composition is declared with `add`, a component model
(which can be another composition) and a name:
Expand Down

0 comments on commit 6830e15

Please sign in to comment.