diff --git a/tools/patman/cmdline.py b/tools/patman/cmdline.py
index 13aa63b76c8..758d84c0397 100644
--- a/tools/patman/cmdline.py
+++ b/tools/patman/cmdline.py
@@ -555,7 +555,7 @@ def add_review_subparser(subparsers):
         default=False,
         help='Show what would be done without creating drafts')
     review.add_argument(
-        '--create-drafts', action='store_true',
+        '-d', '--create-drafts', action='store_true',
         help='Create Gmail draft emails for each review')
     review.add_argument(
         '--gmail-account', type=str, default=None,
