Ravi Nori has uploaded a new change for review.

Change subject: cli: bogous 'help show event' output
......................................................................

cli: bogous 'help show event' output

'help show event' command shows unreadable
text in the parameter description

Change-Id: Ic8dfe2a5d4fd7830a184f87deb51aabd2fcd0d41
Bug-Url: https://bugzilla.redhat.com/980854
Signed-off-by: Ravi Nori <[email protected]>
---
M src/ovirtcli/utils/methodhelper.py
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/src/ovirtcli/utils/methodhelper.py 
b/src/ovirtcli/utils/methodhelper.py
index c494aa7..e443795 100644
--- a/src/ovirtcli/utils/methodhelper.py
+++ b/src/ovirtcli/utils/methodhelper.py
@@ -170,11 +170,11 @@
                         param = splitted_line[1].replace('**', '')
 
                         if len(splitted_line) > 3 and 
splitted_line[3].startswith('('):
-                            typ = ''.join(splitted_line[2:3])
+                            typ = ' '.join(splitted_line[2:3])
                             if prefix.startswith('['):
                                 typ = typ + ']'
                         else:
-                            typ = ''.join(splitted_line[2:])
+                            typ = ' '.join(splitted_line[2:])
 
                         if param.find('.') != -1:
                             splitted_param = param.split('.')


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8dfe2a5d4fd7830a184f87deb51aabd2fcd0d41
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

Reply via email to