`Terminal -H -x ls --help` will print helping message of xfce terminal instead of pop up a window showing ls's help. According to manpage: -x, --execute Execute the remainder of the command line inside the terminal This is not the expected behavior.
Hello Yichao, If the documentation states -x should read all the rest of the command line for the command to execute than it's a bug indeed :) Meanwhile you can quote the command to execute with the -e flag, example: Terminal -H -e 'ls --help' Thanks for your report. Regards, Mike
yep, I known that I can use the -e argument but if I would then need to quote/escape them (which is a pain although possible). And (again, sorry), I am sure the document indicates that this shouldn't be the right behavior. (p.s. thanks for all these wonderful/useful arguments!!)
Fixed in 8b517a3.