Is date -I still documented in info?
$ info date 2>&-|col -b|wc
    443    3172   19847
$ info date 2>&-|col -b|grep -- -I|wc
      0       0       0
Not here either:
$ man date|col -b|grep -- -I
$ date --help|grep -- -I
$ date -I
2006-01-22
If deprecated then still say so.

P.S., maybe just "date --" should cause an error?
date (GNU coreutils) 5.93


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to