Skip to content

Commit

Permalink
Fix typo in label
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Nov 4, 2024
1 parent f45777c commit bae3ae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ of model resolution] for more information.
| _--language, -l_ : the language from the model for which the diagram should be
generated (default: en) |
| _--custom-resolver_ : use an external resolver for the resolution of the model elements | `samm aspect AspectModel.ttl to svg --custom-resolver "java -jar resolver.jar"`
.10+| [[asepct-to-java]] aspect <model> to java | Generate Java classes from an Aspect Model | `samm aspect AspectModel.ttl to java`
.10+| [[aspect-to-java]] aspect <model> to java | Generate Java classes from an Aspect Model | `samm aspect AspectModel.ttl to java`
| _--output-directory, -d_ : output directory to write files to (default:
current directory) |
| _--package-name, -pn_ : package to use for generated Java classes | `samm aspect AspectModel.ttl to java -pn org.company.product`
Expand Down

0 comments on commit bae3ae8

Please sign in to comment.