From 6e404d0ad1531ab3f7926ad1cbdd1e78992f16ef Mon Sep 17 00:00:00 2001 From: Karl Dubost Date: Fri, 11 Jul 2014 15:53:06 +0900 Subject: [PATCH] adding some specific origin. fix #13 --- import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/import.py b/import.py index b25e7cd..de50ee3 100755 --- a/import.py +++ b/import.py @@ -20,6 +20,7 @@ parser.add_argument('-f', '--force', action='store_true', help='Don\'t validate labels against the issues repo.') parser.add_argument('-o', '--origin', action='store_true', + choices=['moz', 'ms', 'blink', 'apple'], help='Adjust the import to the JSON issue format') parser.add_argument('-d', '--dry-run', action='store_true', help='No modifications, just testing')