Hi.
Is there any option to remove the command line from the error messages? For example, supposing we passa an invalid argument, it is reported like this:
$ ./some/portable/media/test -d
./some/portable/media/test: unrecognized option -d
So, if you are using a screen reader like Orca or NVDA, you will hear "dot" "bar" "some" "bar" "portable" "bar" "media" "bar" "test" and finally hear the error message "unrecognized option -d".
cheers