Merge "Show output on transfer accept"

This commit is contained in:
Jenkins 2016-01-26 14:49:28 +00:00 committed by Gerrit Code Review
commit 24dd22d431

View File

@ -380,7 +380,7 @@ class DeleteTransferRequestCommand(command.Command):
LOG.info('Zone Transfer %s was deleted', parsed_args.id)
class AcceptTransferRequestCommand(command.Command):
class AcceptTransferRequestCommand(show.ShowOne):
"""Accept a Zone Transfer Request"""
def get_parser(self, prog_name):