diff options
-rw-r--r-- | git-email.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-email.el b/git-email.el index 65095f1..6a19500 100644 --- a/git-email.el +++ b/git-email.el @@ -115,8 +115,8 @@ The path should end with a trailing \"/\"." "--signoff" "--range-diff=" "--interdiff=" - "--base-commit" - "--no-base-commit" + "--base=" + "--no-base" "--subject-prefix=" "--thread=" "--output-directory=" |