summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/encrypt_secret.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/encrypt_secret.py b/tools/encrypt_secret.py
index 687637dd8..40a264cde 100755
--- a/tools/encrypt_secret.py
+++ b/tools/encrypt_secret.py
@@ -196,4 +196,9 @@ def main():
if __name__ == '__main__':
+ print(
+ "This script is deprecated. Use `zuul-client encrypt` instead. "
+ "Please refer to https://zuul-ci.org/docs/zuul-client/ "
+ "for more details on how to use zuul-client."
+ )
main()