Bump version number

This commit is contained in:
sharkdp 2017-11-15 23:34:32 +01:00
parent 5ed7514096
commit 9be32fa6a7
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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 &

View File

@ -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