From 53f36866ef86440c0d5e9a1de85bd97943ad71c1 Mon Sep 17 00:00:00 2001 From: Johan Lindell Date: Tue, 28 Jul 2020 13:05:39 +0000 Subject: [PATCH] docs: updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba831f2e..cf493741 100755 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Usage: multi-gitter run [script path] [flags] Flags: + --author-email string If set, this fields will be used as the email of the committer + --author-name string If set, this fields will be used as the name of the committer -B, --branch string The name of the branch where changes are committed. (default "multi-gitter-branch") -m, --commit-message string The commit message. Will default to title + body if none is set. -d, --dry-run Run without pushing changes or creating pull requests