Skip to content

Commit 0634766

Browse files
committed
accept and ignore -f1 option
1 parent 072a80d commit 0634766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/get_deps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def main():
251251
parser = argparse.ArgumentParser()
252252
parser.add_argument('families', nargs='*', default=[], help='Families to fetch')
253253
parser.add_argument('-b', '--board', action='append', default=[], help='Boards to fetch')
254+
parser.add_argument('-f1', '--build-flags-on', action='append', default=[], help='Have no effect')
254255
parser.add_argument('--print', action='store_true', help='Print commit hash only')
255256
args = parser.parse_args()
256257

0 commit comments

Comments
 (0)