Fix instructions for setting up the initial database.

This commit is contained in:
Soren Hansen 2011-03-13 16:14:39 +00:00 committed by Tarmac
commit 3fb5da952e

View File

@ -276,7 +276,7 @@ def _db_error(caught_exception):
print caught_exception
print _("The above error may show that the database has not "
"been created.\nPlease create a database using "
"nova-manage sync db before running this command.")
"'nova-manage db sync' before running this command.")
exit(1)