Skip to content

Commit

Permalink
adding some specific origin. fix webcompat#13
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Jul 11, 2014
1 parent edeb3a5 commit 6e404d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions import.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 6e404d0

Please sign in to comment.