summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-03-13 10:49:56 +0100
committerSoren Hansen <soren@linux2go.dk>2011-03-13 10:49:56 +0100
commitde1197cfee200782a5a1d07fb40138d4f103890e (patch)
treed458905521a6ca8d583418f5b2af3359220f31bf
parent4407791fd26111ff6c383336a659e3b5ece2eefb (diff)
downloadnova-de1197cfee200782a5a1d07fb40138d4f103890e.tar.gz
nova-de1197cfee200782a5a1d07fb40138d4f103890e.tar.xz
nova-de1197cfee200782a5a1d07fb40138d4f103890e.zip
Fix instructions for setting up the initial database.
-rwxr-xr-xbin/nova-manage2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage
index a880a9c2f..cb4d18614 100755
--- a/bin/nova-manage
+++ b/bin/nova-manage
@@ -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)