diff --git a/examples/README.md b/examples/README.md index 656bc70adf24..d9854eb7acf9 100644 --- a/examples/README.md +++ b/examples/README.md @@ -46,8 +46,7 @@ In case you want to follow along with this walkthrough, here's a quick overview argo submit hello-world.yaml # submit a workflow spec to Kubernetes argo list # list current workflows argo get hello-world-xxx # get info about a specific workflow -argo logs -w hello-world-xxx # get logs from all steps in a workflow -argo logs hello-world-xxx-yyy # get logs from a specific step in a workflow +argo logs hello-world-xxx # print the logs from a workflow argo delete hello-world-xxx # delete workflow ```