Skip to content

Commit f784119

Browse files
committed
fix(args): add case-insensitive note to --ignore-pattern HELP_TEXT
1 parent b5eb745 commit f784119

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
),
6161
'--ignore-pattern': (
6262
'Any item containing this pattern will be ignored. '
63+
'Case-insensitive. '
6364
'Can be specified multiple times. '
6465
'Example: `boot` matches both `/boot` and `/boot/efi`.'
6566
),

0 commit comments

Comments
 (0)