Mention option-reordering, particularly with tr.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Sep 2004 00:29:27 +0000 (00:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Sep 2004 00:29:27 +0000 (00:29 +0000)
doc/ChangeLog

index 2b0b074..19d75e1 100644 (file)
@@ -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.