mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 18:00:35 +01:00
Add short command line option for --hidden, see #18
This commit is contained in:
parent
7b007720ac
commit
750e1ed962
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ fn main() {
|
|||
"case-sensitive search (default: smart case)");
|
||||
opts.optflag("f", "filename",
|
||||
"search filenames only (default: full path)");
|
||||
opts.optflag("", "hidden",
|
||||
opts.optflag("H", "hidden",
|
||||
"search hidden files/directories (default: off)");
|
||||
opts.optflag("F", "follow", "follow symlinks (default: off)");
|
||||
opts.optflag("n", "no-color", "do not colorize output (default: on)");
|
||||
|
|
Loading…
Reference in a new issue