Michael Pasternak has uploaded a new change for review. Change subject: cli: rephrase status command help ......................................................................
cli: rephrase status command help Change-Id: Ic264504caff5ed0590474ad188b2688520a1a5bd Signed-off-by: Michael Pasternak <[email protected]> --- M src/ovirtcli/command/status.py 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/89/13389/1 diff --git a/src/ovirtcli/command/status.py b/src/ovirtcli/command/status.py index 6304fea..1109727 100644 --- a/src/ovirtcli/command/status.py +++ b/src/ovirtcli/command/status.py @@ -22,7 +22,7 @@ class StatusCommand(OvirtCommand): name = 'status' - description = 'shows status and connection info' + description = 'shows last command status' helptext = """\ == Usage == @@ -30,8 +30,7 @@ == Description == - Show the exist status of the last command and the status of the - connection to oVirt manager (including version). + Shows the exist status of the last command. """ def execute(self): -- To view, visit http://gerrit.ovirt.org/13389 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic264504caff5ed0590474ad188b2688520a1a5bd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: cli_3.2 Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
