summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-16 19:58:00 +0000
committerJim Meyering <jim@meyering.net>2001-09-16 19:58:00 +0000
commitfb84cd188151f575bf0a995886ebeeb7a4bde699 (patch)
treebd24d3670935aaf9be7e0be8b75445180f0e4a1f /src
parent5b2989b22a1b04389d15622f5d8fcbc86f60bd12 (diff)
downloadcoreutils-fb84cd188151f575bf0a995886ebeeb7a4bde699.tar.xz
(usage): Describe -h option.
From Michael Stone. http://bugs.debian.org/99272
Diffstat (limited to 'src')
-rw-r--r--src/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 8817f22ca..a0cfefa30 100644
--- a/src/test.c
+++ b/src/test.c
@@ -1034,9 +1034,10 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\
-e FILE FILE exists\n\
-f FILE FILE exists and is a regular file\n\
-g FILE FILE exists and is set-group-ID\n\
+ -h FILE FILE exists and is a symbolic link (same as -L)\n\
-G FILE FILE exists and is owned by the effective group ID\n\
-k FILE FILE exists and has its sticky bit set\n\
- -L FILE FILE exists and is a symbolic link\n\
+ -L FILE FILE exists and is a symbolic link (same as -h)\n\
-O FILE FILE exists and is owned by the effective user ID\n\
-p FILE FILE exists and is a named pipe\n\
-r FILE FILE exists and is readable\n\