bug#63030: Minor innacuracy on --exclude documentation?

2023-04-23 Thread Sebastian Carlos
Hello, The current version of the --exclude documentation says the following: ``` ‘--exclude=GLOB’ Skip any command-line file with a name suffix that matches the pattern GLOB, using wildcard matching; a name suffix is either the whole name, or a trailing part that starts with a non

bug#63030: correction

2023-04-23 Thread Sebastian Carlos
On second thought, I think the documentation is fine. I just misread it. It has two sentences: "Skip any COMMAND-LINE file with..." and "When searching recursively, skip any SUBFILE whose...". So both cases are considered and it doesn't imply that --exclude acts on command line files only.