From 9be32fa6a740319252cc93f12cba81ed4bcb30ce Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 15 Nov 2017 23:34:32 +0100 Subject: Bump version number --- Cargo.toml | 2 +- README.md | 2 +- doc/fd.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65b33ec..e89068a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT/Apache-2.0" name = "fd-find" readme = "README.md" repository = "https://github.com/sharkdp/fd" -version = "5.0.1" +version = "6.0.0" [[bin]] name = "fd" diff --git a/README.md b/README.md index c7081b2..228d33e 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ OPTIONS: -d, --max-depth Set maximum search depth (default: none) -t, --type Filter by type: f(ile), d(irectory), (sym)l(ink) -e, --extension Filter by file extension - -x, --exec Execute the given command for each search result + -x, --exec ... Execute a command for each search result -E, --exclude ... Exclude entries that match the given glob pattern. -c, --color When to use colors: never, *auto*, always -j, --threads Set number of threads to use for searching & diff --git a/doc/fd.1 b/doc/fd.1 index 16b4963..1916e48 100644 --- a/doc/fd.1 +++ b/doc/fd.1 @@ -17,7 +17,7 @@ fd \- find entries in the filesystem .RB [ \-j .IR num ] .RB [ \-x -.IR exec ] +.IR cmd ] .RI [ pattern ] .RI [ path ] .SH DESCRIPTION -- cgit v1.2.3