RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 991261 - Some parameters included in help but not exist in virt-viewer manual
Summary: Some parameters included in help but not exist in virt-viewer manual
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virt-viewer
Version: 6.5
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Marc-Andre Lureau
QA Contact: Virtualization Bugs
URL:
Whiteboard:
: 998304 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-02 02:35 UTC by tingting zheng
Modified: 2014-10-14 06:29 UTC (History)
9 users (show)

Fixed In Version: virt-viewer-0.6.0-1.el6
Doc Type: Bug Fix
Doc Text:
no doc required
Clone Of:
Environment:
Last Closed: 2014-10-14 06:29:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2014:1379 0 normal SHIPPED_LIVE virt-viewer bug fix update 2014-10-14 01:05:43 UTC

Description tingting zheng 2013-08-02 02:35:13 UTC
Description
Some parameters included in help but not exist in virt-viewer manual

Version:
virt-viewer-0.5.6-6.el6.x86_64

How reproducible:
100%

Steps to Reproduce:
1.Check virt-viewer manual and help,found --display in help but not in manual.
# virt-viewer --help
  --display=DISPLAY                                                 X display to use

2.Check remote-viewer manual and help,found --direct and --display in help but not in manual.
# remote-viewer --help
  -d, --direct                                                      Direct connection with no automatic tunnels
  --display=DISPLAY                                                 X display to use


Actual results:
As description.

Expected results:
The parameters in help included in virt-viewer manual

Additional info:

Comment 2 Marc-Andre Lureau 2013-08-14 20:32:39 UTC
I sent a patch to ML to remove the option:
https://www.redhat.com/archives/virt-tools-list/2013-August/msg00059.html

Comment 3 Marc-Andre Lureau 2013-08-19 11:21:17 UTC
*** Bug 998304 has been marked as a duplicate of this bug. ***

Comment 5 Christophe Fergeau 2014-04-03 15:12:22 UTC
Why is this bug blocking RHEL7manpagescan (bug 948362) ? This is a rhel 6.6 bug.

Comment 7 zhoujunqin 2014-06-09 07:14:25 UTC
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.

Comment 8 Marc-Andre Lureau 2014-06-09 11:40:12 UTC
(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.

Comment 9 zhoujunqin 2014-06-10 02:40:54 UTC
(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".

Comment 10 Marc-Andre Lureau 2014-06-10 10:01:09 UTC
(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.

Comment 11 zhoujunqin 2014-06-11 02:29:11 UTC
(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.

Comment 12 errata-xmlrpc 2014-10-14 06:29:24 UTC
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


Note You need to log in before you can comment on or make changes to this bug.