aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/rebaseline
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rebaseline')
-rw-r--r--tools/rebaseline/toggle_legacy_flag.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/rebaseline/toggle_legacy_flag.py b/tools/rebaseline/toggle_legacy_flag.py
index 4d85f9ec8b..80edeb2bc4 100644
--- a/tools/rebaseline/toggle_legacy_flag.py
+++ b/tools/rebaseline/toggle_legacy_flag.py
@@ -4,17 +4,17 @@
# found in the LICENSE file.
README = """
-Automatically add a specific legacy flag to multiple Skia client repos.
+Automatically add or remove a specific legacy flag to multiple Skia client repos.
This would only work on Google desktop.
Example usage:
- $ python add_legacy_flag.py SK_SUPPORT_LEGACY_SOMETHING \\
+ $ python toggle_legacy_flag.py SK_SUPPORT_LEGACY_SOMETHING \\
-a /data/android -c ~/chromium/src -g legacyflag
If you only need to add the flag to one repo, for example, Android, please give
only -a (--android-dir) argument:
- $ python add_legacy_flag.py SK_SUPPORT_LEGACY_SOMETHING -a /data/android
+ $ python toggle_legacy_flag.py SK_SUPPORT_LEGACY_SOMETHING -a /data/android
"""