+++ This bug was initially created as a clone of Bug #814150 +++ Description of problem: remote-viewer and virt-viewer are both using following constant for the usage print const char *help_msg = N_("Run '" PACKAGE " --help' to see a full list of available command line options"); Which leads to: $ remote-viewer --hfsdafd Unknown option --hfsdafd Run 'virt-viewer --help' to see a full list of available command line options $ virt-viewer --hfsdafd Unknown option --hfsdafd Run 'virt-viewer --help' to see a full list of available command line options printing virt-viewer in both cases Version-Release number of selected component (if applicable): (this could be fixed in both fedora and rhel) How reproducible: Steps to Reproduce: 1.remote-viewer --hfsdafd Actual results: Unknown option --hfsdafd Run 'virt-viewer --help' to see a full list of available command line options Expected results: Unknown option --hfsdafd Run 'remote-viewer --help' to see a full list of available command line options Additional info: This is also worth a look [lkocman@dhcp-29-219 kvm]$ remote-viewer sdfdsaf Segmentation fault
The latter issue is fixed in F17 already, but the argv[0] bit persists. However both are fixed in F18, and since it's a minor bit, just closing as NEXTRELEASE