diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-16 22:32:16 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-16 22:32:16 +0000 |
commit | ace5616c61ea91dd141531b769871865c5a6d56c (patch) | |
tree | 4574894d58e72a00a4757caae577b82e0f284377 /doc | |
parent | 114492b82693a8cd9e57194a6a5f5fde0c8c016a (diff) | |
download | coreutils-ace5616c61ea91dd141531b769871865c5a6d56c.tar.xz |
(ln invocation): ln -v now outputs lines only for successful links.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index c49187bcf..cd1a0d25e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7773,7 +7773,7 @@ an error message on systems that do not support symbolic links. @itemx --verbose @opindex -v @opindex --verbose -Print the name of each file before linking it. +Print the name of each file after linking it successfully. @end table |