compute: Fix typo

Change-Id: I3795142318b63b7c8f836d78a415a2161f61164d
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2021-06-02 12:17:35 +01:00
parent 443c311fc2
commit d087952717
1 changed files with 1 additions and 1 deletions

View File

@ -903,7 +903,7 @@ class CreateServer(command.ShowOne):
'(required if using source image, snapshot or volume),\n'
'source_type=<source_type>: source type '
'(one of: image, snapshot, volume, blank),\n'
'destination_typ=<destination_type>: destination type '
'destination_type=<destination_type>: destination type '
'(one of: volume, local) (optional),\n'
'disk_bus=<disk_bus>: device bus '
'(one of: uml, lxc, virtio, ...) (optional),\n'