From 083b1cfd9bebac9e77ef8d1857b2008594d289f5 Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 3 Oct 2017 20:23:53 +0200 Subject: [PATCH] Update USAGE. --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b4199b9..b94a4ae 100644 --- a/README.md +++ b/README.md @@ -141,24 +141,24 @@ USAGE: fd [FLAGS/OPTIONS] [] [] FLAGS: - -s, --case-sensitive Case-sensitive search (default: smart case) - -p, --full-path Search full path (default: file-/dirname only) -H, --hidden Search hidden files and directories -I, --no-ignore Do not respect .(git)ignore files - -L, --follow Follow symlinks - -0, --print0 Separate results by the null character + -s, --case-sensitive Case-sensitive search (default: smart case) -a, --absolute-path Show absolute instead of relative paths - -n, --no-color Do not colorize output + -L, --follow Follow symbolic links + -p, --full-path Search full path (default: file-/dirname only) + -0, --print0 Separate results by the null character -h, --help Prints help information -V, --version Prints version information OPTIONS: - -d, --max-depth Set maximum search depth (default: none) - -j, --threads The number of threads used for searching - -t, --type - The type of file to search for [values: f, file, - d, directory, s, symlink] - -e, --extension The file extension to search for + -d, --max-depth Set maximum search depth (default: none) + -t, --type Filter by type: f(ile), d(irectory), s(ymlink) + -e, --extension Filter by file extension + -c, --color When to use color in the output: + never, auto, always (default: auto) + -j, --threads Set number of threads to use for searching + (default: number of available CPU cores) ARGS: the search pattern, a regular expression (optional)