From 86a7b4227264a61834bb55f9dce986bc4f4d29f0 Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Mon, 27 Feb 2023 04:58:39 +0800 Subject: [PATCH] docs: add the missing `path` argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6eb09d..065c9fa 100644 --- a/README.md +++ b/README.md @@ -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* ```