Skip to content

Commit

Permalink
Merge pull request #27 from stelabouras/update/readme
Browse files Browse the repository at this point in the history
Correct wording regarding excluded-files option
  • Loading branch information
Nikos Vasileiou committed Sep 15, 2023
2 parents 2045790 + 0295431 commit 8cadcb4
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 @@ -82,12 +82,12 @@ command can be simplified to:

With the `--excluded-files` option in the `push` command, an optional list of filenames can be excluded from processing.

Developers can offer a comma separated list of filenames that must be filtered out by the CLI before the strings are pushed to CDS.
Developers can offer a space separated list of filenames that must be filtered out by the CLI before the strings are pushed to CDS.

Example:

```
txios-cli push ... --excluded-files ExcludedFile1.strings,ExcludedFile2.strings
txios-cli push ... --excluded-files ExcludedFile1.strings ExcludedFile2.strings
```

> Note: If a string is included both in the excluded filenames and is also found in non-excluded filenames, it will be included in the push data.
Expand Down

0 comments on commit 8cadcb4

Please sign in to comment.