Update the elk to DB backend

Now freezer-api can support mysql and elk, so the description should
be updated

Change-Id: Ic6aab552ca7c60ba2055df9421f4fb34550ad62b
This commit is contained in:
caoyuan 2018-04-11 12:27:03 +08:00
parent ca40fac36f
commit 206321471c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def add_db_opts(subparser):
parser.add_argument(
'options',
choices=['sync', 'update', 'remove', 'show', 'update-settings'],
help='Create/update/delete freezer-api mappings in elk'
help='Create/update/delete freezer-api mappings in DB backend.'
)