Skip to content

Commit

Permalink
tweaks docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkin committed Sep 24, 2024
1 parent 7dbaa1d commit 7521fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_project_and_app_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Renames all project and app references from foo_project and foo_app to the desired project and app names.
Usage:
$ python ./update_project_and_app_references.py --target_dir "/path/to/foo_project/" --new_project_name bar_project --new_app_name bar_app
$ python ./update_project_and_app_references.py --target_dir "/path/to/foo_project/" --new_project_name "bar_project" --new_app_name "bar_app"
Note:
- This script will delete the git-cloned `.git` directory in the target directory, so you can start a new git repository.
Expand Down

0 comments on commit 7521fc3

Please sign in to comment.