diff --git a/README.md b/README.md index 6de70d8..d98d30b 100644 --- a/README.md +++ b/README.md @@ -287,19 +287,19 @@ USAGE: fd [FLAGS/OPTIONS] [] [...] FLAGS: - -H, --hidden Search hidden files and directories - -I, --no-ignore Do not respect .(git|fd)ignore files - --no-ignore-vcs Do not respect .gitignore files - -s, --case-sensitive Case-sensitive search (default: smart case) - -i, --ignore-case Case-insensitive search (default: smart case) - -g, --glob Glob-based search (default: regular expression) - -F, --fixed-strings Treat the pattern as a literal string - -a, --absolute-path Show absolute instead of relative paths - -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 + -H, --hidden Search hidden files and directories + -I, --no-ignore Do not respect .(git|fd)ignore files + --no-ignore-vcs Do not respect .gitignore files + -s, --case-sensitive Case-sensitive search (default: smart case) + -i, --ignore-case Case-insensitive search (default: smart case) + -g, --glob Glob-based search (default: regular expression) + -F, --fixed-strings Treat the pattern as a literal string + -a, --absolute-path Show absolute instead of relative paths + -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) @@ -315,7 +315,7 @@ OPTIONS: --changed-before Filter by file modification time (older than) ARGS: - the search pattern: a regular expression unless '--glob' is used (optional) + the search pattern - a regular expression unless '--glob' is used (optional) ... the root directory for the filesystem search (optional) ```