Skip to content

Commit

Permalink
Merge pull request #60 from transifex/update-readme-2
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Nikos Vasileiou authored Sep 18, 2023
2 parents 0c3aa89 + 27688f2 commit 12778a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ Use the [Transifex CLI-swift](https://github.com/transifex/transifex-swift-cli)
txios-cli push --token <transifex_token> --secret <transifex_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.
Expand Down

0 comments on commit 12778a7

Please sign in to comment.