Skip to content

Commit 34aa3fa

Browse files
committed
update --help
1 parent 8a2c36e commit 34aa3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp-linter-lib/src/cli/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ the current working directory if not using a CI runner).\n\n",
140140
with a `.`) are also ignored automatically.
141141
- Prefix a path with `!` to explicitly not ignore it. This can be
142142
applied to a submodule's path (if desired) but not hidden directories.
143-
- Glob patterns are not supported here. All asterisk characters (`*`)
144-
are literal.\n\n",
143+
- Glob patterns are supported here. Path separators in glob patterns should
144+
use `/` because `\\` represents an escaped literal.\n\n",
145145
),
146146
)
147147
.arg(

0 commit comments

Comments
 (0)