diff --git a/README.rst b/README.rst index c85d344..2f57733 100644 --- a/README.rst +++ b/README.rst @@ -55,7 +55,7 @@ Valence installation 6. Initialize etcd database - ``$ db_manager init`` + ``$ valence-db-manager init`` Note: The TypeError exception "TypeError: NoneType object is not callable" is caused by known python-etcd bug, which will not impact this db init diff --git a/setup.cfg b/setup.cfg index 008092b..61a9f50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,4 +57,4 @@ source-dir = releasenotes/source [entry_points] console_scripts = valence = valence.cmd.api:main - db_manager = valence.cmd.db_manager:main + valence-db-manager = valence.cmd.db_manager:main