File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,10 @@ command line switches. The
307
307
will be interpreted as shell wildcard patterns (note that they may need to be
308
308
escaped accordingly to prevent the shell from expanding them first).
309
309
310
+ Note: The pattern must be specified to match the
311
+ .B absolute
312
+ path of each source file.
313
+
310
314
Can be combined with the
311
315
.B --include
312
316
command line switch. If a given file matches both the include pattern and the
@@ -366,6 +370,10 @@ command line switches. The
366
370
.I patterns
367
371
will be interpreted as shell wildcard patterns (note that they may need to be
368
372
escaped accordingly to prevent the shell from expanding them first).
373
+
374
+ Note: The pattern must be specified to match the
375
+ .B absolute
376
+ path of each source file.
369
377
.RE
370
378
371
379
.B \-\- ignore\- errors
Original file line number Diff line number Diff line change @@ -497,6 +497,10 @@ command line switches. The
497
497
will be interpreted as shell wildcard patterns (note that they may need to be
498
498
escaped accordingly to prevent the shell from expanding them first).
499
499
500
+ Note: The pattern must be specified to match the
501
+ .B absolute
502
+ path of each source file.
503
+
500
504
Can be combined with the
501
505
.B --include
502
506
command line switch. If a given file matches both the include pattern and the
@@ -540,6 +544,10 @@ Every file entry in
540
544
.I tracefile
541
545
which matches at least one of those patterns will be extracted.
542
546
547
+ Note: The pattern must be specified to match the
548
+ .B absolute
549
+ path of each source file.
550
+
543
551
The result of the extract operation will be written to stdout or the tracefile
544
552
specified with \- o.
545
553
@@ -598,6 +606,10 @@ command line switches. The
598
606
.I patterns
599
607
will be interpreted as shell wildcard patterns (note that they may need to be
600
608
escaped accordingly to prevent the shell from expanding them first).
609
+
610
+ Note: The pattern must be specified to match the
611
+ .B absolute
612
+ path of each source file.
601
613
.RE
602
614
603
615
.B \-\- ignore\- errors
@@ -799,6 +811,10 @@ Every file entry in
799
811
.I tracefile
800
812
which matches at least one of those patterns will be removed.
801
813
814
+ Note: The pattern must be specified to match the
815
+ .B absolute
816
+ path of each source file.
817
+
802
818
The result of the remove operation will be written to stdout or the tracefile
803
819
specified with \- o.
804
820
You can’t perform that action at this time.
0 commit comments