summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-03 20:15:36 +0000
committerJim Meyering <jim@meyering.net>2003-10-03 20:15:36 +0000
commitb1c0650ca5801c9222b8388b1b5e22d8e3bb5724 (patch)
tree5e86a58bb771924c451e01619a0c24bb4a41e913 /doc
parent870b12372e268494a9bc65df388d2c1fd1275f57 (diff)
downloadcoreutils-b1c0650ca5801c9222b8388b1b5e22d8e3bb5724.tar.xz
(du invocation): Describe -P, --no-dereference.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 687a12b62..812e4a16a 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -8275,6 +8275,14 @@ Dereference symbolic links (show the disk space used by the file
or directory that the link points to instead of the space used by
the link).
+@item -P
+@itemx --no-dereference
+@opindex -P
+@opindex --no-dereference
+@cindex symbolic links, dereferencing in @command{du}
+For each symbolic links encountered by @command{du},
+consider the disk space used by the symbolic link.
+
@item --max-depth=@var{DEPTH}
@opindex --max-depth=@var{DEPTH}
@cindex limiting output of @command{du}