Skip to content

Commit

Permalink
Update bids2table/__main__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Lane <[email protected]>
  • Loading branch information
e-kenneally and clane9 authored Jun 22, 2024
1 parent 194e212 commit 02f2588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids2table/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def main():
"--exclude",
nargs='*',
default=None,
help="List of directory names to exclude from indexing.",
help="List of directory names or glob patterns to exclude from indexing.",
)

args = parser.parse_args()
Expand Down

0 comments on commit 02f2588

Please sign in to comment.