summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2017-11-15 23:34:32 +0100
committersharkdp <davidpeter@web.de>2017-11-15 23:39:55 +0100
commit9be32fa6a740319252cc93f12cba81ed4bcb30ce (patch)
tree2ba4662cc6511a412ddec2052f0a9cf36a11757a
parent5ed751409679f0c1379acee3a0868e3071b6b6b2 (diff)
Bump version numberv6.0.0
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
-rw-r--r--doc/fd.12
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 <depth> Set maximum search depth (default: none)
-t, --type <filetype> Filter by type: f(ile), d(irectory), (sym)l(ink)
-e, --extension <ext> Filter by file extension
- -x, --exec <cmd> Execute the given command for each search result
+ -x, --exec <cmd>... Execute a command for each search result
-E, --exclude <pattern>... Exclude entries that match the given glob pattern.
-c, --color <when> When to use colors: never, *auto*, always
-j, --threads <num> 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