Remove references to clean arg from cache-manage
The usage message for glance-cache-manage lists "clean" as an available command, but this functionality is part of a separate tool, glance-cache-cleaner. Remove any references to this to avoid confusion. DocImpact Fixes bug 1189451 Change-Id: I2aba8164ab9ef0c3bef31870cb3771233a722d27
This commit is contained in:
parent
8f015752a2
commit
84bf7e057a
@ -45,9 +45,6 @@ COMMANDS
|
|||||||
**delete-all-queued-images**
|
**delete-all-queued-images**
|
||||||
Deletes all images from the cache queue
|
Deletes all images from the cache queue
|
||||||
|
|
||||||
**clean**
|
|
||||||
Removes any stale or invalid image files from the cache
|
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
@ -491,9 +491,6 @@ Commands:
|
|||||||
delete-queued-image Deletes an image from the cache queue
|
delete-queued-image Deletes an image from the cache queue
|
||||||
|
|
||||||
delete-all-queued-images Deletes all images from the cache queue
|
delete-all-queued-images Deletes all images from the cache queue
|
||||||
|
|
||||||
clean Removes any stale or invalid image files
|
|
||||||
from the cache
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
version_string = version.cached_version_string()
|
version_string = version.cached_version_string()
|
||||||
|
Loading…
Reference in New Issue
Block a user