Skip to content

Commit

Permalink
cli: clarify that --watch-pattern matches folders too
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Oct 22, 2024
1 parent 8eeaa96 commit 4b2ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koyo-lib/koyo/cli.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
#:program (current-program-name)
#:multi
[("--watch-pattern")
PATTERN-RE "a regular expression to include files in the watched set"
PATTERN-RE "a regular expression to include files & folders in the watched set"
(set! watch-patterns (cons (regexp PATTERN-RE) watch-patterns))]
[("--watch-exclude")
PATTERN-RE "a regular expression to exclude files & folders from the watched set"
Expand Down

0 comments on commit 4b2ae6c

Please sign in to comment.