Description of problem: fadot doesn't have manual page, so it's better to add "--help -h" command as usual. # fadot -h Unknown option `-h'. Usage: fadot [OPTIONS] REGEXP Compile REGEXP and apply operation to them. By default, just print the minimized regexp. Options: -o OPERATION one of : show concat union intersect complement minus example -f DOT_FILE Path of output .dot file -n do not minimize resulting finite automaton # fadot --help Unknown option `--'. Usage: fadot [OPTIONS] REGEXP Compile REGEXP and apply operation to them. By default, just print the minimized regexp. Options: -o OPERATION one of : show concat union intersect complement minus example -f DOT_FILE Path of output .dot file -n do not minimize resulting finite automaton Version-Release number of selected component (if applicable): augeas-0.7.2-3.el6.x86_64 How reproducible: always Steps to Reproduce: 1.# fadot -h 2.# fadot --help Actual results: Unknown option `-h' or Unknown option `--' Expected results: support --help -h Additional info:
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-2012-0967.html