diff options
| author | Soren Hansen <soren@linux2go.dk> | 2011-03-13 10:49:56 +0100 |
|---|---|---|
| committer | Soren Hansen <soren@linux2go.dk> | 2011-03-13 10:49:56 +0100 |
| commit | de1197cfee200782a5a1d07fb40138d4f103890e (patch) | |
| tree | d458905521a6ca8d583418f5b2af3359220f31bf | |
| parent | 4407791fd26111ff6c383336a659e3b5ece2eefb (diff) | |
| download | nova-de1197cfee200782a5a1d07fb40138d4f103890e.tar.gz nova-de1197cfee200782a5a1d07fb40138d4f103890e.tar.xz nova-de1197cfee200782a5a1d07fb40138d4f103890e.zip | |
Fix instructions for setting up the initial database.
| -rwxr-xr-x | bin/nova-manage | 2 |
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) |
