[Toybox] echo --help

Rob Landley rob at landley.net
Tue Oct 7 10:44:37 PDT 2025


In bash, "echo --help" prints "--help". In /bin/bash it dumps help text.

Gnu is nothing if not consistent.

I'm leaning toward NOT making echo NOHELP because we (uniquely!) parse 
-- and already have -e and friends (so echo -- "$THINGY" should be 
safe), but I'm open to countervailing arguments...

Rob


More information about the Toybox mailing list