diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-04-08 14:36:27 -0700 |
|---|---|---|
| committer | Ken Pepple <ken.pepple@gmail.com> | 2011-04-08 14:36:27 -0700 |
| commit | 5632baa79da2164457f75a240c5c497027c49fca (patch) | |
| tree | 724594f68d05498b51ca686f3b92d4c59ee7078c | |
| parent | e56e6694ec3fe337b891d6bd23b89d8c44335efe (diff) | |
pep8
| -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 ab35e2c74..adc631318 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -572,7 +572,7 @@ class VmCommands(object): def list(self, host=None): """Show a list of all instances - + :param host: show all instance on specified host. :param instance: show specificed instance. """ |
