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