summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-09 04:15:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-09 04:15:02 +0000
commit200579181f1a881f899b551a0efc25e67c3b7ab9 (patch)
tree7c182875f1b8fed74ade194960456f8cf7398c93 /src/test.c
parent04ddd03a65367780d6900bc1219327688561fb9a (diff)
downloadcoreutils-200579181f1a881f899b551a0efc25e67c3b7ab9.tar.xz
(usage): Mention that -h and -L don't dereference.
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c1
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);