Skip to content

Commit

Permalink
accept and ignore -f1 option
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Oct 4, 2024
1 parent 072a80d commit 0634766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/get_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def main():
parser = argparse.ArgumentParser()
parser.add_argument('families', nargs='*', default=[], help='Families to fetch')
parser.add_argument('-b', '--board', action='append', default=[], help='Boards to fetch')
parser.add_argument('-f1', '--build-flags-on', action='append', default=[], help='Have no effect')
parser.add_argument('--print', action='store_true', help='Print commit hash only')
args = parser.parse_args()

Expand Down

0 comments on commit 0634766

Please sign in to comment.