Michael Pasternak has uploaded a new change for review.

Change subject: cli: refactor "connect" command help
......................................................................

cli: refactor "connect" command help

Change-Id: I313fa63ca6c7df851ad715a2978d1c0351109645
Signed-off-by: Michael pasternak <mpast...@redhat.com>
---
M src/ovirtcli/command/connect.py
1 file changed, 2 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/43/16443/1

diff --git a/src/ovirtcli/command/connect.py b/src/ovirtcli/command/connect.py
index 1ce3420..71f693a 100644
--- a/src/ovirtcli/command/connect.py
+++ b/src/ovirtcli/command/connect.py
@@ -32,8 +32,7 @@
     helptext = """\
         == Usage ==
 
-        connect
-        connect <url> <username> <password> [command options]
+        connect [command options]
 
         == Description ==
 
@@ -42,7 +41,7 @@
         from their respective configuration variables. In the second form,
         the connection details are provided as arguments.
 
-        The arguments are:
+        == Arguments ==
 
          * url               - The URL to connect to 
(http[s]://server[:port]/api).
          * username          - The user to connect as. (user@domain).


-- 
To view, visit http://gerrit.ovirt.org/16443
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I313fa63ca6c7df851ad715a2978d1c0351109645
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-cli
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpast...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to