From 19157e87fd2a846a91dda5a4008b02cb6ba63593 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Thu, 24 Nov 2016 10:51:27 +0100 Subject: 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. --- src/readlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/readlink.c') diff --git a/src/readlink.c b/src/readlink.c index 2444f86da..be53665c9 100644 --- a/src/readlink.c +++ b/src/readlink.c @@ -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); -- cgit v1.2.3-54-g00ecf