From 3c748588299041b53996135d23236616408dc0e7 Mon Sep 17 00:00:00 2001 From: Johan Lindell Date: Wed, 20 Jan 2021 19:51:04 +0000 Subject: [PATCH] docs: updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index acbe76c1..5ba91359 100755 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Flags: -m, --commit-message string The commit message. Will default to title + body if none is set. -C, --concurrent int The maximum number of concurrent runs (default 1) -d, --dry-run Run without pushing changes or creating pull requests + -f, --fetch-depth int Limit fetching to the specified number of commits. Set to 0 for no limit (default 1) -g, --gh-base-url string Base URL of the (v3) GitHub API, needs to be changed if GitHub enterprise is used. -G, --group strings The name of a GitLab organization. All repositories in that group will be used. --log-file string The file where all logs should be printed to. "-" means stdout (default "-") @@ -183,6 +184,7 @@ Usage: Flags: -C, --concurrent int The maximum number of concurrent runs (default 1) -E, --error-output string The file that the output of the script should be outputted to. "-" means stderr (default "-") + -f, --fetch-depth int Limit fetching to the specified number of commits. Set to 0 for no limit (default 1) -g, --gh-base-url string Base URL of the (v3) GitHub API, needs to be changed if GitHub enterprise is used. -G, --group strings The name of a GitLab organization. All repositories in that group will be used. --log-file string The file where all logs should be printed to. "-" means stdout