Merge "Fix description for "fuel2 --help" commands"

This commit is contained in:
Jenkins
2015-08-25 14:56:54 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ class EnvMixIn(object):
class EnvList(EnvMixIn, base.BaseListCommand):
"""Show list of all avaliable envrionments."""
"""Show list of all available environments."""
columns = ("id",
"status",

View File

@@ -23,7 +23,7 @@ class NodeMixIn(object):
class NodeList(NodeMixIn, base.BaseListCommand):
"""Show list of all avaliable nodes."""
"""Show list of all available nodes."""
columns = ('id',
'name',

View File

@@ -20,7 +20,7 @@ class TaskMixIn(object):
class TaskList(TaskMixIn, base.BaseListCommand):
"""Show list of all avaliable nodes."""
"""Show list of all available tasks."""
columns = ('id',
'status',
'name',
@@ -30,7 +30,7 @@ class TaskList(TaskMixIn, base.BaseListCommand):
class TaskShow(TaskMixIn, base.BaseShowCommand):
"""Show info about node with given id."""
"""Show info about task with given id."""
columns = ('id',
'uuid',
'status',