Skip to content

Commit

Permalink
Correct --manifest to --manifest-path (#1119)
Browse files Browse the repository at this point in the history
Update --manifest to --manifest-path

Signed-off-by: Bing Huang <bing.huang@rollingwireless.com>
Co-authored-by: Bing Huang <bing.huang@rollingwireless.com>
  • Loading branch information
H-H-bin and YoctoProj committed Apr 23, 2024
1 parent 5c6d9e3 commit 18e50ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions northstar-sextant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example, the following command packs the `hello-world` example container:

```bash
$ target/debug/northstar-sextant pack \
--manifest examples/container/hello-world/manifest.yaml \
--manifest-path examples/container/hello-world/manifest.yaml \
--root target/release/hello-world \
--out target/northstar/repository
```
Expand All @@ -43,7 +43,7 @@ private key has to be provided:

```bash
$ target/debug/northstar-sextant pack \
--manifest examples/container/hello-world/manifest.yaml \
--manifest-path examples/container/hello-world/manifest.yaml \
--root target/release/hello-world \
--key ./examples/keys/northstar.key \
--out target/northstar/repository
Expand Down

0 comments on commit 18e50ec

Please sign in to comment.