Ravi Nori has uploaded a new change for review. Change subject: cli: status command description need to rephrase ......................................................................
cli: status command description need to rephrase help ping command has oVirt manager in the help text needs to be product specific Change-Id: I728b3e23b96694bf1349fbfb7c10b7940a7666ed Bug-Url: https://bugzilla.redhat.com/957624 Signed-off-by: Ravi Nori <[email protected]> --- M src/ovirtcli/command/ping.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/81/16781/1 diff --git a/src/ovirtcli/command/ping.py b/src/ovirtcli/command/ping.py index 0cb0b8c..b740a1a 100644 --- a/src/ovirtcli/command/ping.py +++ b/src/ovirtcli/command/ping.py @@ -31,11 +31,11 @@ == Description == - Test the connection to the oVirt manager. This command will go out to + Test the connection to the %s manager. This command will go out to the %s manager and retrieve a remote resource. If it succeeds, you know that the URL, username and password are OK (note: there are few optional parameters that might be needed for establishing connection). - """ % OvirtCliSettings.PRODUCT + """ % (OvirtCliSettings.PRODUCT , OvirtCliSettings.PRODUCT) def execute(self): connection = self.check_connection() -- To view, visit http://gerrit.ovirt.org/16781 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I728b3e23b96694bf1349fbfb7c10b7940a7666ed Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
