Change to ShowOne to display output upon update

Change-Id: I3b0c27257257eb3067d71b35aeee1d61c3bcc982
This commit is contained in:
Endre Karlson
2016-01-12 15:44:22 +01:00
parent d1eee8b234
commit 3b3cacf53d

View File

@@ -335,7 +335,7 @@ class ShowTransferRequestCommand(show.ShowOne):
return six.moves.zip(*sorted(six.iteritems(data)))
class SetTransferRequestCommand(command.Command):
class SetTransferRequestCommand(show.ShowOne):
"""Set Transfer"""
def get_parser(self, prog_name):