small typo in cli/recon.py
Change "Can't check for async's on non object servers." to "Can't check asyncs on non object servers." Change-Id: I04f09187da73bb3709d11d8c6f3bb1901005a0cc
This commit is contained in:
parent
5709e9532c
commit
5f503916f1
@ -838,7 +838,7 @@ class SwiftRecon(object):
|
||||
if self.server_type == 'object':
|
||||
self.async_check(hosts)
|
||||
else:
|
||||
print "Error: Can't check async's on non object servers."
|
||||
print "Error: Can't check asyncs on non object servers."
|
||||
if options.unmounted:
|
||||
self.umount_check(hosts)
|
||||
if options.replication:
|
||||
|
Loading…
Reference in New Issue
Block a user