Skip to content

Commit d380b0c

Browse files
committed
fixed script name in docstring
1 parent 5fd58e8 commit d380b0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/update_android_ios_dependencies.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
Usage:
3535
# Dryrun (does not update any files on disk but prints out all replacements for
3636
# preview) - Update versions in default set of files in the repository.
37-
python3 scripts/update_ios_android_dependencies.py --dryrun
37+
python3 scripts/update_android_ios_dependencies.py --dryrun
3838
3939
# Update versions in default set of files in the repository
40-
python3 scripts/update_ios_android_dependencies.py
40+
python3 scripts/update_android_ios_dependencies.py
4141
4242
# Update only Android packages
43-
python3 scripts/update_ios_android_dependencies.py --skip_ios
43+
python3 scripts/update_android_ios_dependencies.py --skip_ios
4444
4545
# Update specific pod files (or directories containing pod files)
46-
python3 scripts/update_ios_android_dependencies.py --podfiles foo/Podfile
46+
python3 scripts/update_android_ios_dependencies.py --podfiles foo/Podfile
4747
dir_with_podfiles
4848
4949
# Update all Android packages except any names containing androidx and auth
50-
python3 scripts/update_ios_android_dependencies.py --skip_ios
50+
python3 scripts/update_android_ios_dependencies.py --skip_ios
5151
--ignore_android_packages auth androidx
5252
5353
# Ignore updating any files in gameloop_android and test directories
54-
python3 scripts/update_ios_android_dependencies.py --ignore_directories test
54+
python3 scripts/update_android_ios_dependencies.py --ignore_directories test
5555
gameloop_android
5656
5757
Other similar flags:

0 commit comments

Comments
 (0)