Skip to content

Commit

Permalink
docs: fix host flag order
Browse files Browse the repository at this point in the history
Closes: #1754
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed May 17, 2023
1 parent 35971dc commit d2d9f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/howto/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Ensure you run the above command outside of any Go directory with a go.mod file.

You can submit a manifest to ClairV4 via the following command.
```shell
$ clairctl --host ${net_address_of_clair} report ${image_tag}
$ clairctl report --host ${net_address_of_clair} ${image_tag}
```

By default, `clairctl` will look for Clair at `localhost:6060`.
Expand Down

0 comments on commit d2d9f38

Please sign in to comment.