From d5a7d7674cdebdf919db5ff301acdeed9d82270a Mon Sep 17 00:00:00 2001
From: licanwei
Date: Tue, 1 Aug 2017 21:54:48 -0700
Subject: [PATCH] Fix show db version in README
watcher-db-manage version: Print the current version
Change-Id: Ie08eb682879b2c071f724a6847094650047bde34
---
watcher/db/sqlalchemy/alembic/README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/watcher/db/sqlalchemy/alembic/README.rst b/watcher/db/sqlalchemy/alembic/README.rst
index 1faab71c6..bd9d96a05 100644
--- a/watcher/db/sqlalchemy/alembic/README.rst
+++ b/watcher/db/sqlalchemy/alembic/README.rst
@@ -20,7 +20,7 @@ You can upgrade to the latest database version via::
To check the current database version::
- $ watcher-db-manage --config-file /path/to/watcher.conf current
+ $ watcher-db-manage --config-file /path/to/watcher.conf version
To create a script to run the migration offline::