>From ba8c567cf05f4a53c9d9a1a56cc21d39aef71354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Tue, 28 Nov 2017 23:34:41 +0100 Subject: [PATCH 1/2] readlink: remove superfluous comma from usage output * src/readlink.c (usage): Remove ',' after --quiet option. --- src/readlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/readlink.c b/src/readlink.c index abbd35237..6b41f79a4 100644 --- a/src/readlink.c +++ b/src/readlink.c @@ -78,7 +78,7 @@ usage (int status) \n\ without requirements on components existence\n\ -n, --no-newline do not output the trailing delimiter\n\ - -q, --quiet,\n\ + -q, --quiet\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\ -- 2.15.0