From f58fe58af9008ac4c45e7caf949ff95791a9deef Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 5 Jun 2023 18:04:41 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d08f14d5..a8762886 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ Retrieve all changed files and directories relative to a target branch, preceedi * Supports Git submodules. * Escaped JSON output which can be used to run matrix jobs based on changed files. * List changed directories. - * Restrict the max depth of matching changed directories. + * Limit the matching changed directories to a maximum depth. + * Optionally exclude the current directory * Write outputs to a `.txt` or `.json` file at a specified location for further processing. * Monorepos (Fetches a fixed number of commits). * Supports all platforms (Linux, MacOS, Windows).