Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot authored May 9, 2021
1 parent b626151 commit 82db236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ $ tail -f /var/log/apache.log | teller redact
Finally, if you've got some files you want to redact, you can do that too:
```
$ teller --in dirty.csv --out clean.csv
$ teller redact --in dirty.csv --out clean.csv
```
If you omit `--in` Teller will take `stdin`, and if you omit `--out` Teller will output to `stdout`.
Expand Down

0 comments on commit 82db236

Please sign in to comment.