improve error msg

This commit is contained in:
Matthew Hodgson 2014-12-24 17:50:42 +00:00
parent 420ccfc925
commit 407c299828

View file

@ -234,7 +234,7 @@ def setup():
except UpgradeDatabaseException:
sys.stderr.write(
"\nFailed to upgrade database.\n"
"Have you followed any instructions in UPGRADES.rst?\n"
"Have you checked for version specific instructions in UPGRADES.rst?\n"
)
sys.exit(1)