Merge "Fixes typos in zone transfer request show command description"

This commit is contained in:
Jenkins 2015-11-04 21:51:57 +00:00 committed by Gerrit Code Review
commit 4894bee241

View File

@ -300,7 +300,7 @@ class ListTransferRequestsCommand(lister.Lister):
class ShowTransferRequestCommand(show.ShowOne):
"""Show zonet transfer details"""
"""Show zone transfer details"""
def get_parser(self, prog_name):
parser = super(ShowTransferRequestCommand, self).get_parser(prog_name)