Skip to content

Commit

Permalink
doc/omnifest: clarify meaning of "name"
Browse files Browse the repository at this point in the history
  • Loading branch information
schuellerf committed Jun 5, 2024
1 parent cd92399 commit 54eabad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/03-omnifest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ When a file contains multiple targets an error will be shown; you'll have to sel


```
€ otk compile example.yaml # contains `osbuild.bar` and `osbuild.foo` targets
€ otk compile example.yaml # contains `osbuild.ami` and `osbuild.iso` targets
[05/05/24 09:42:20] CRITICAL CRITICAL:otk.command:omnifest contains multiple targets, please select one with `-t`: ['osbuild.foo', 'osbuild.bar']
€ otk compile example.yaml -t osbuild.foo
€ otk compile example.yaml -t osbuild.iso
# ...
```
Expand Down

0 comments on commit 54eabad

Please sign in to comment.