From 5ded9d96f1973e2357c2ae96c4d1f8c982dfeba3 Mon Sep 17 00:00:00 2001 From: Peter Zhong <8244605+jiujiu1123@users.noreply.github.com> Date: Tue, 29 Jun 2021 19:04:55 -0500 Subject: [PATCH] Update README.md to reflect latest command --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14549d39..a47498da 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,12 @@ Documentation on how to install and use this tool can be found on our [documenta Run `kafka-gitops` to view the help output. ```bash -Usage: kafka-gitops [-hvV] [--no-delete] [-f=] [COMMAND] +Usage: kafka-gitops [-hvV] [--no-delete] [--skip-acls] [-f=] [COMMAND] Manage Kafka resources with a desired state file. -f, --file= Specify the desired state file. -h, --help Display this help message. --no-delete Disable the ability to delete resources. + --skip-acls Do not take ACLs into account during plans or applies. -v, --verbose Show more detail during execution. -V, --version Print the current version of this tool. Commands: @@ -106,4 +107,4 @@ Licensed under the [Apache 2.0 license][license]. [documentation]: https://devshawn.github.io/kafka-gitops [contributing]: ./CONTRIBUTING.md -[license]: ./LICENSE \ No newline at end of file +[license]: ./LICENSE