diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2016-11-24 10:51:27 +0100 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2016-11-24 10:51:27 +0100 |
commit | 19157e87fd2a846a91dda5a4008b02cb6ba63593 (patch) | |
tree | ad98eeb134ca49b174440ee7244e1371c40c0fdd /doc | |
parent | 4258e97b2d8e84df6347d9095c4f82f6649b1d9e (diff) | |
download | coreutils-19157e87fd2a846a91dda5a4008b02cb6ba63593.tar.xz |
doc: clarify that readlink's --quiet option is on by default
* src/readlink.c (usage): Mark the --quiet/--silent option as active
by default.
* doc/coreutils.texi (readlink invocation): Likewise.
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 521ac3923..a507280bd 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10304,7 +10304,7 @@ Print a warning if specified along with multiple @var{file}s. @opindex -q @opindex --silent @opindex --quiet -Suppress most error messages. +Suppress most error messages. On by default. @item -v @itemx --verbose |