diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-09 04:15:02 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-09 04:15:02 +0000 |
commit | 200579181f1a881f899b551a0efc25e67c3b7ab9 (patch) | |
tree | 7c182875f1b8fed74ade194960456f8cf7398c93 | |
parent | 04ddd03a65367780d6900bc1219327688561fb9a (diff) | |
download | coreutils-200579181f1a881f899b551a0efc25e67c3b7ab9.tar.xz |
(usage): Mention that -h and -L don't dereference.
-rw-r--r-- | src/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test.c b/src/test.c index 49f7f2389..db9bb3a30 100644 --- a/src/test.c +++ b/src/test.c @@ -907,6 +907,7 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\ "), stdout); fputs (_("\ \n\ +Except for -h and -L, all FILE-related tests dereference symbolic links.\n\ Beware that parentheses need to be escaped (e.g., by backslashes) for shells.\n\ INTEGER may also be -l STRING, which evaluates to the length of STRING.\n\ "), stdout); |