Skip to content

Commit

Permalink
Merge pull request ds300#225 from mikehardy/patch-1
Browse files Browse the repository at this point in the history
docs: add '--patch-dir' to command-line help
  • Loading branch information
ds300 authored May 4, 2020
2 parents 2696a0f + 8856b54 commit 50f73bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,9 @@ Usage:
${chalk.bold("--case-sensitive-path-filtering")}
Make regexps used in --include or --exclude filters case-sensitive.
${chalk.bold("--patch-dir")}
Specify the name for the directory in which to put the patch files.
`)
}

0 comments on commit 50f73bd

Please sign in to comment.