diff --git a/zunclient/osc/v1/containers.py b/zunclient/osc/v1/containers.py index 4bccbd87..5f3320d2 100644 --- a/zunclient/osc/v1/containers.py +++ b/zunclient/osc/v1/containers.py @@ -544,10 +544,6 @@ class RunContainer(command.ShowOne): 'image', metavar='', help='name or ID of the image') - parser.add_argument( - '--command', - metavar='', - help='Send command to the container') parser.add_argument( '--cpu', metavar='',