Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Nov 15, 2017
1 parent 5ed7514 commit 9be32fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
2 changes: 1 addition & 1 deletion doc/fd.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9be32fa

Please sign in to comment.