Skip to content

Commit f17af8c

Browse files
committed
fixed typo in docstring
1 parent ded8566 commit f17af8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/build_ios_tvos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
python3 scripts/gha/build_ios_tvos.py -t firebase_auth firebase_database
3333
3434
# Build for specific architectures
35-
python3 scripts/gha/build_ios_tvos.py -p arm64 -t firebase_remote_config
35+
python3 scripts/gha/build_ios_tvos.py -a arm64 -t firebase_remote_config
3636
"""
3737

3838
import argparse

0 commit comments

Comments
 (0)