Bug 991261
| Summary: | Some parameters included in help but not exist in virt-viewer manual | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | tingting zheng <tzheng> |
| Component: | virt-viewer | Assignee: | Marc-Andre Lureau <marcandre.lureau> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.5 | CC: | cfergeau, codong, dblechte, dyuan, juzhou, lcui, marcandre.lureau, mzhan, rbalakri |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | virt-viewer-0.6.0-1.el6 | Doc Type: | Bug Fix |
| Doc Text: |
no doc required
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-14 06:29:24 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
tingting zheng
2013-08-02 02:35:13 UTC
I sent a patch to ML to remove the option: https://www.redhat.com/archives/virt-tools-list/2013-August/msg00059.html *** Bug 998304 has been marked as a duplicate of this bug. *** Why is this bug blocking RHEL7manpagescan (bug 948362) ? This is a rhel 6.6 bug. I can reproduce with package: virt-viewer-0.5.6-10.el6.x86_64 then try to verify this bug with latest build: virt-viewer-0.6.0-5.el6.x86_64 steps: 1. Check remote-viewer manual and help, found --direct neither in help nor in manual. # remote-viewer --help Note: There is no string like following exists in help. -d, --direct Direct connection with no automatic tunnels 2. But found "--display" always in virt-viewer and remote-viewer's help info. # virt-viewer --help --display=DISPLAY X display to use # remote-viewer --help --display=DISPLAY X display to use Hi Marc-Andre Lureau, i find one comment you left in bug 823916 https://bugzilla.redhat.com/show_bug.cgi?id=823916#c5 i want to know since --display is not a virt-viewer specific option, why not remove it from the help info, thanks for your help. (In reply to zhoujunqin from comment #7) > I can reproduce with package: virt-viewer-0.5.6-10.el6.x86_64 > then try to verify this bug with latest build: virt-viewer-0.6.0-5.el6.x86_64 > > steps: > 1. Check remote-viewer manual and help, found --direct neither in help nor > in manual. > # remote-viewer --help > Note: There is no string like following exists in help. > -d, --direct Direct > connection with no automatic tunnels That's expected, no such option there. > 2. But found "--display" always in virt-viewer and remote-viewer's help info. > > # virt-viewer --help > --display=DISPLAY X > display to use > > # remote-viewer --help > --display=DISPLAY X > display to use > > Hi Marc-Andre Lureau, > i find one comment you left in bug 823916 > https://bugzilla.redhat.com/show_bug.cgi?id=823916#c5 > i want to know since --display is not a virt-viewer specific option, why not > remove it from the help info, thanks for your help. Because it's a gtk+ option. All gtk+ application have it. (In reply to Marc-Andre Lureau from comment #8) > > > 2. But found "--display" always in virt-viewer and remote-viewer's help info. > > > > # virt-viewer --help > > --display=DISPLAY X > > display to use > > > > # remote-viewer --help > > --display=DISPLAY X > > display to use > > > > Hi Marc-Andre Lureau, > > i find one comment you left in bug 823916 > > https://bugzilla.redhat.com/show_bug.cgi?id=823916#c5 > > i want to know since --display is not a virt-viewer specific option, why not > > remove it from the help info, thanks for your help. > > Because it's a gtk+ option. All gtk+ application have it. Hi Marc-Andre Lureau, first thanks for your help, and i checked again: # virt-viewer --help-gtk GTK+ Options ... --display=DISPLAY X display to use # remote-viewer --help-gtk Usage: remote-viewer [OPTION...] -- URI - Remote viewer client GTK+ Options .... --display=DISPLAY X display to use i find that "--display" has been included by "--help-gtk" option, so i think we should remove "--display" from "--help". (In reply to zhoujunqin from comment #9) > Hi Marc-Andre Lureau, > first thanks for your help, and i checked again: > # virt-viewer --help-gtk > > GTK+ Options > ... > > --display=DISPLAY X > display to use > > # remote-viewer --help-gtk > Usage: > remote-viewer [OPTION...] -- URI - Remote viewer client > > GTK+ Options > .... > --display=DISPLAY X > display to use > > i find that "--display" has been included by "--help-gtk" option, so i think > we should remove "--display" from "--help". We can't. all gtk+ applications have this option in --help. (In reply to Marc-Andre Lureau from comment #10) > (In reply to zhoujunqin from comment #9) > > Hi Marc-Andre Lureau, > > first thanks for your help, and i checked again: > > # virt-viewer --help-gtk > > > > GTK+ Options > > ... > > > > --display=DISPLAY X > > display to use > > > > # remote-viewer --help-gtk > > Usage: > > remote-viewer [OPTION...] -- URI - Remote viewer client > > > > GTK+ Options > > .... > > --display=DISPLAY X > > display to use > > > > i find that "--display" has been included by "--help-gtk" option, so i think > > we should remove "--display" from "--help". > > We can't. all gtk+ applications have this option in --help. Hi Marc-Andre Lureau, thanks for your help, move to verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1379.html |