tag 14373 notabug thanks On 05/08/2013 04:30 PM, Cesar Celis Hernández wrote: > echo --help > > > > It is not giving me the help information. It is printing --help That means you aren't testing coreutils' echo. Try 'env echo --help' or '/bin/echo --help'. And once you DO test coreutils' echo, notice this disclaimer as part of that help text: NOTE: your shell may have its own version of echo, which usually supersedes the version described here. Please refer to your shell's documentation for details about the options it supports. which explains why your simpler 'echo --help' didn't do what you expected. As such, I'm closing this as not a bug, although you may feel free to add further comments or questions. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org