Skip to content

Commit

Permalink
docs: add the missing path argument
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb authored Feb 26, 2023
1 parent 62d8128 commit 86a7b42
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 @@ -314,7 +314,7 @@ rnr -f -r -d 2 file renamed ./
#### Recursive rename including directories and hidden files
`rnr` ignore hidden files by default to speed up the operations and avoid problems with some particular directories like `.git/` or `.local/`. You can include hidden files passing `-x` option. Also, you can use include directories `-D` option with `-r` too.
```sh
rnr -f -r -D -x foo bar
rnr -f -r -D -x foo bar ./
```
*Original tree*
```
Expand Down

0 comments on commit 86a7b42

Please sign in to comment.