Skip to content

Commit d087952

Browse files
committed
compute: Fix typo
Change-Id: I3795142318b63b7c8f836d78a415a2161f61164d Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
1 parent 443c311 commit d087952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/compute/v2/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ def get_parser(self, prog_name):
903903
'(required if using source image, snapshot or volume),\n'
904904
'source_type=<source_type>: source type '
905905
'(one of: image, snapshot, volume, blank),\n'
906-
'destination_typ=<destination_type>: destination type '
906+
'destination_type=<destination_type>: destination type '
907907
'(one of: volume, local) (optional),\n'
908908
'disk_bus=<disk_bus>: device bus '
909909
'(one of: uml, lxc, virtio, ...) (optional),\n'

0 commit comments

Comments
 (0)