Skip to content

Commit

Permalink
Readme example fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Aug 4, 2024
1 parent e971fd1 commit 67d3c86
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 @@ -119,13 +119,13 @@ redacter cp gs://my-bucket-name/sensitive-files/ zip://tmp/sensitive-files.zip
Filter files by name:

```sh
/redacter cp -f "*.jpg" ...
redacter cp -f "*.jpg" ...
```

and/or by size:

```sh
/redacter cp -m 1024 ...
redacter cp -m 1024 ...
```

## Security considerations
Expand Down

0 comments on commit 67d3c86

Please sign in to comment.