Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Jan 20, 2021
1 parent 5cdb723 commit 3c74858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "-")
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c74858

Please sign in to comment.