summaryrefslogtreecommitdiff
path: root/neutronclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'neutronclient/shell.py')
-rw-r--r--neutronclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/neutronclient/shell.py b/neutronclient/shell.py
index aed4c8f..13cd0fa 100644
--- a/neutronclient/shell.py
+++ b/neutronclient/shell.py
@@ -637,7 +637,7 @@ class NeutronShell(app.App):
def main(argv=sys.argv[1:]):
try:
print(_("neutron CLI is deprecated and will be removed "
- "in the future. Use openstack CLI instead."), file=sys.stderr)
+ "in the Z cycle. Use openstack CLI instead."), file=sys.stderr)
return NeutronShell(NEUTRON_API_VERSION).run(
list(map(encodeutils.safe_decode, argv)))
except KeyboardInterrupt: