Skip to content

Commit 126e636

Browse files
committed
#583 - update doc format
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 704f08c commit 126e636

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/reference.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ As the `--exclude` option accepts patterns that may include wildcards, the runni
263263
expand these patterns into filenames, potentially causing errors. To avoid this,
264264
ensure the pattern is wrapped in quotes.
265265

266-
On Windows, users can either use `^` to escape the `*` or use `--%` before `--exclude` to prevent shell globbing.
266+
On Windows, users can either use `^` to escape the `*` or use `--%`
267+
before `--exclude` to prevent shell globbing.
267268

268269
$ about check /home/project/about_files/ --exclude "tests^*"
269270

@@ -682,7 +683,8 @@ As the `--exclude` option accepts patterns that may include wildcards, the runni
682683
expand these patterns into filenames, potentially causing errors. To avoid this,
683684
ensure the pattern is wrapped in quotes.
684685

685-
On Windows, users can either use `^` to escape the `*` or use `--%` before `--exclude` to prevent shell globbing.
686+
On Windows, users can either use `^` to escape the `*` or use `--%`
687+
before `--exclude` to prevent shell globbing.
686688

687689
$ about check /home/project/about_files/ --exclude "tests^*"
688690

0 commit comments

Comments
 (0)