diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-09 00:29:27 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-09 00:29:27 +0000 |
commit | bf5a0f1dcb9fc4825b3fe96a3179f2fcbf5b0ab1 (patch) | |
tree | 23f93f63106b4ca86c2c1f4dc14298dbb86162b3 | |
parent | 88fde700e1097120f01858b350862eb80a19b4e0 (diff) | |
download | coreutils-bf5a0f1dcb9fc4825b3fe96a3179f2fcbf5b0ab1.tar.xz |
Mention option-reordering, particularly with tr.
-rw-r--r-- | doc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 2b0b07480..19d75e17c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,17 @@ 2004-09-08 Paul Eggert <eggert@cs.ucla.edu> + * coreutils.texi (Common options): Some programs don't reorder + options. + (tr invocation, echo invocation, printf invocation, test invocation, + expr invocation, basename invocation, chroot invocation, + nice invocation, nohup invocation, seq invocation): + This program doesn't reorder options. + (tr invocation): Mention --help, --version, --. + (echo invocation): Mention that -- isn't special. + (test invocation): Mention that the expression is optional, + and that test ! EXPR is like ! test EXPR. + (expr invocation): Mention --help, --version. + * coreutils.texi (sort invocation): Add remarks about sort -u versus sort | uniq. Prompted by a question from Andrew Noymer. |