Merge "Fix description for "fuel2 --help" commands"
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user