Merge "Remove deprecated parameter command in RunContainer"

This commit is contained in:
Jenkins
2017-07-19 12:01:19 +00:00
committed by Gerrit Code Review

View File

@@ -544,10 +544,6 @@ class RunContainer(command.ShowOne):
'image',
metavar='<image>',
help='name or ID of the image')
parser.add_argument(
'--command',
metavar='<command>',
help='Send command to the container')
parser.add_argument(
'--cpu',
metavar='<cpu>',