mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 18:33:47 +08:00
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.
This commit is contained in:
parent
4258e97b2d
commit
19157e87fd
@ -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
|
||||
|
@ -79,7 +79,7 @@ usage (int status)
|
||||
without requirements on components existence\n\
|
||||
-n, --no-newline do not output the trailing delimiter\n\
|
||||
-q, --quiet,\n\
|
||||
-s, --silent suppress most error messages\n\
|
||||
-s, --silent suppress most error messages (on by default)\n\
|
||||
-v, --verbose report error messages\n\
|
||||
-z, --zero end each output line with NUL, not newline\n\
|
||||
"), stdout);
|
||||
|
Loading…
Reference in New Issue
Block a user