$ ls -l --help
ls: Unknown option 'help' (see "ls --help")

I tend to add `--help` to the end of a command line that I'm constructing,
so I was surprised by toybox's requirement that `--help` be first. Maybe
toybox should be more accommodating?

Maybe it'd matter more with an alias, e.g.:

$ alias ls='ls --color=auto'

$ ls --help
ls: Unknown option 'help' (see "ls --help")
_______________________________________________
Toybox mailing list
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to