Review Fixes

This commit is contained in:
hackrush 2018-09-26 19:23:23 +05:30 committed by Jack Robison
parent 655ece18de
commit 3d72b2adf3
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -148,7 +148,7 @@ def main(argv=None):
new_method = Daemon.deprecated_methods[method].new_command
if new_method is None:
print("{} is permanently deprecated and will be removed in a future release.".format(method))
print("{} is permanently deprecated and does not have a replacement command.".format(method))
return 0
print("{} is deprecated, using {}.".format(method, new_method))