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