diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-04-28 12:49:07 -0700 |
|---|---|---|
| committer | Ken Pepple <ken.pepple@gmail.com> | 2011-04-28 12:49:07 -0700 |
| commit | ae50200f9a5a72cab7d976e5dd7fda287c54341f (patch) | |
| tree | 5673b1085190d38055fcc9dc6663a24245e8b23f /bin | |
| parent | 0ab13f16af693fc7eee200aadc951c99241f86fa (diff) | |
| download | nova-ae50200f9a5a72cab7d976e5dd7fda287c54341f.tar.gz nova-ae50200f9a5a72cab7d976e5dd7fda287c54341f.tar.xz nova-ae50200f9a5a72cab7d976e5dd7fda287c54341f.zip | |
fixed docstring per jsb
Diffstat (limited to 'bin')
| -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 ad2960d14..d2d81e5af 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -760,7 +760,7 @@ class DbCommands(object): class VersionCommands(object): - """Class for managing the database.""" + """Class for exposing the codebase version.""" def __init__(self): pass |
