Trivial spelling fix
Change-Id: Ib5ba181886a073742ace4a8927061f5d4dcd0773
This commit is contained in:
parent
ba11ef122f
commit
97f0f80ada
@ -293,7 +293,7 @@ def main():
|
||||
print "Connected VDIs:\n"
|
||||
orphaned_vdi_uuids = find_orphaned_vdi_uuids(session, verbose=verbose)
|
||||
if verbose:
|
||||
print "\nOprhaned VDIs:\n"
|
||||
print "\nOrphaned VDIs:\n"
|
||||
list_orphaned_vdis(orphaned_vdi_uuids, verbose=verbose)
|
||||
elif command == "clean-vdis":
|
||||
orphaned_vdi_uuids = find_orphaned_vdi_uuids(session, verbose=verbose)
|
||||
|
Loading…
Reference in New Issue
Block a user