mirror of
https://github.com/sharkdp/fd.git
synced 2026-08-30 17:07:43 +08:00
37f3c2e6cb
The summary line `-E, --exclude <pattern>` is misleading because fd defaults to regex for its main search pattern, but --exclude takes a glob. Rename the value placeholder to "glob" in the CLI help, man page, and README to match the actual behavior. Fixes #1724 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>