Description of problem: It would be nice if htt printed out a error message too for unknown options like htt_server does. htt_server [-d] [-lcbasiclocale localename] [-ifpath_name ifpath] [-if ifname] [-port portnumber] [-hostname hostname] [-conversionkeys keys] Version-Release number of selected component (if applicable): im-sdk-12.0.1-1.svn1891 How reproducible: Always Steps to Reproduce: 1.in gnome-terminal, enter htt -h or htt --help 2. 3. Actual results: Usage: htt [-retryonerror NUM] Expected results: Something similar to htt_server Additional info:
*** Bug 131216 has been marked as a duplicate of this bug. ***
Well, for htt, there is no unknown options actually. instead, not processing the options in htt is just given to htt_server. To clarify this bug, what do you want to do? I see htt shouldn't exits without any messages to the terminal - it's output to the syslog, though - if such options is given. but it's hard to fix unless we run htt_server directly due to htt do fork twice to be daemonized and to watch the state of htt_server.
Look like it is fixed on rawhide.
Closing the bug and leave the htt as it is now.