diff --git a/openstackclient/compute/v2/server.py b/openstackclient/compute/v2/server.py index ef0f714915..02913e7f62 100644 --- a/openstackclient/compute/v2/server.py +++ b/openstackclient/compute/v2/server.py @@ -903,7 +903,7 @@ class CreateServer(command.ShowOne): '(required if using source image, snapshot or volume),\n' 'source_type=: source type ' '(one of: image, snapshot, volume, blank),\n' - 'destination_typ=: destination type ' + 'destination_type=: destination type ' '(one of: volume, local) (optional),\n' 'disk_bus=: device bus ' '(one of: uml, lxc, virtio, ...) (optional),\n'