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:
Paul Bourke 2013-07-15 15:58:11 +00:00
parent 8f015752a2
commit 84bf7e057a
2 changed files with 0 additions and 6 deletions

View File

@ -45,9 +45,6 @@ COMMANDS
**delete-all-queued-images**
Deletes all images from the cache queue
**clean**
Removes any stale or invalid image files from the cache
OPTIONS
=======

View File

@ -491,9 +491,6 @@ Commands:
delete-queued-image Deletes an image 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()