summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-08-07 10:07:26 +0200
committerGitHub <noreply@github.com>2020-08-07 10:07:26 +0200
commitbcb9322b9916d88ec01468a6e4b9b0bbca23c21f (patch)
treea1e202f698843515ef4ee3c3c254ea7b36a408ff /docs
parent601e3685018f4f54aa53de100a37f939b50910eb (diff)
enhancement: Provide new "run" and "version" commands to the CLI (#14)
* enhancement: Provide new "run" and "version" commands to the CLI * Also update new usage in the docs * Also update manifests
Diffstat (limited to 'docs')
-rw-r--r--docs/install/start.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/start.md b/docs/install/start.md
index 3033183..5fccbce 100644
--- a/docs/install/start.md
+++ b/docs/install/start.md
@@ -160,7 +160,7 @@ Grab the binary (it does not have any external dependencies) and run:
```bash
export ARGOCD_TOKEN=<yourtoken>
-./argocd-image-updater \
+./argocd-image-updater run \
--kubeconfig ~/.kube/config
--argocd-server-addr argo-cd.example.com
--once