Ravi Nori has uploaded a new change for review. Change subject: cli: ovirt-shell misleading help for command "connect"(#907943) ......................................................................
cli: ovirt-shell misleading help for command "connect"(#907943) ovirt-shell does not allow the use of show command before being connected to the engine. The help connect message however has refernce to see show command for more details. This patch corrects the help message for connect by removing the refernce to the show command Change-Id: Ifcea649dcd44c87c9f9dff0fa4b65ac9c2449c32 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=907943 Signed-off-by: Ravi Nori <[email protected]> --- M src/ovirtcli/command/connect.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/39/11939/1 diff --git a/src/ovirtcli/command/connect.py b/src/ovirtcli/command/connect.py index 0f6d3be..820e484 100644 --- a/src/ovirtcli/command/connect.py +++ b/src/ovirtcli/command/connect.py @@ -39,8 +39,8 @@ Connect to a oVirt manager. This command has two forms. In the first form, no arguments are provided, and the connection details are read - from their respective configuration variables (see 'show'). In - the second form, the connection details are provided as arguments. + from their respective configuration variables. In the second form, + the connection details are provided as arguments. The arguments are: -- To view, visit http://gerrit.ovirt.org/11939 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifcea649dcd44c87c9f9dff0fa4b65ac9c2449c32 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
