Package: shellutils
Version: 1.12-5
>From the echo(1) man page:
OPTIONS
When GNU echo is invoked with exactly one argument, the
following options are recognized:
--help Print a usage message on standard output and exit
successfully.
--version
Print version information on standard output then
exit successfully.
However......
root:/root# echo --help
--help
root:/root# echo --version
--version
mitchell@mdd.comm.mot.com (Bill Mitchell)