Bump sudo/su deprecation to 2.9 (#44581)

This commit is contained in:
Matt Martz
2018-08-23 13:22:54 -05:00
committed by GitHub
parent 4002be6960
commit aa07da21a3
2 changed files with 3 additions and 3 deletions

View File

@@ -344,7 +344,7 @@ class CLI(with_metaclass(ABCMeta, object)):
self.options.become_user = self.options.become_user or self.options.sudo_user or self.options.su_user or C.DEFAULT_BECOME_USER
def _dep(which):
display.deprecated('The %s command line option has been deprecated in favor of the "become" command line arguments' % which, '2.6')
display.deprecated('The %s command line option has been deprecated in favor of the "become" command line arguments' % which, '2.9')
if self.options.become:
pass