From 27688f235697db4aa0e6561df6a20df39a5aeef5 Mon Sep 17 00:00:00 2001 From: Nikos Vasileiou Date: Mon, 18 Sep 2023 16:43:05 +0300 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f931d61..bce21b8 100644 --- a/README.md +++ b/README.md @@ -215,12 +215,12 @@ Use the [Transifex CLI-swift](https://github.com/transifex/transifex-swift-cli) txios-cli push --token --secret --project MyApp.xcodeproj ``` -You may also use the `--excluded-files` option in the `push` command, providing a comma separated list of filenames to be excluded from processing. +You may also use the `--excluded-files` option in the `push` command, providing a space separated list of filenames to be excluded from processing. Example: ``` -txios-cli push ... --excluded-files ExcludedFile1.strings,ExcludedFile2.strings +txios-cli push ... --excluded-files ExcludedFile1.strings ExcludedFile2.strings ``` For more details and additional options, please refer to the related [Transifex CLI-swift](https://github.com/transifex/transifex-swift-cli) documentation.