Commit 2aab5ef
committed
ogma-cli: Fix incorrect arguments to
The arguments used to invoke the diagram command in the tutorial are
incorrect. Specifically, the tutorial uses arguments `--app-target-dir`
and `--file-format`, while the actual command uses `--target-dir` and
`--input-format`.
This commit fixes invocations of Ogma in the diagram tutorial to use
argument names that Ogma supports.diagram command in tutorial. Refs #349.1 parent 91125ff commit 2aab5ef
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments