From d2d9f38548ea5d3b2477d095a4d11a2a773200bc Mon Sep 17 00:00:00 2001 From: Hank Donnay Date: Wed, 17 May 2023 16:47:26 -0500 Subject: [PATCH] docs: fix host flag order Closes: #1754 Signed-off-by: Hank Donnay --- Documentation/howto/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/howto/getting_started.md b/Documentation/howto/getting_started.md index a87e696955..05a9520eff 100644 --- a/Documentation/howto/getting_started.md +++ b/Documentation/howto/getting_started.md @@ -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`.