summaryrefslogtreecommitdiffstats
path: root/git_superproject.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_superproject.py')
-rw-r--r--git_superproject.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/git_superproject.py b/git_superproject.py
index 62f2d52f..f7ccd574 100644
--- a/git_superproject.py
+++ b/git_superproject.py
@@ -173,8 +173,8 @@ class Superproject(object):
173 Returns: 173 Returns:
174 True if sync of superproject is successful, or False. 174 True if sync of superproject is successful, or False.
175 """ 175 """
176 print('WARNING: --use-superproject is experimental and not ' 176 print('NOTICE: --use-superproject is in beta; report any issues to the '
177 'for general use', file=sys.stderr) 177 'address described in `repo version`', file=sys.stderr)
178 178
179 if not self._manifest.superproject: 179 if not self._manifest.superproject:
180 print('error: superproject tag is not defined in manifest', 180 print('error: superproject tag is not defined in manifest',