From: Pádraig Brady
Date: Tue, 28 Nov 2017 22:34:41 +0000 (+0100) Subject: readlink: remove superfluous comma from usage output X-Git-Tag: v8.29~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba9c7449b973222aedb6c4511250fc9d337a3adb;p=thirdparty%2Fcoreutils.git readlink: remove superfluous comma from usage output * src/readlink.c (usage): Remove ',' after --quiet option. --- diff --git a/src/readlink.c b/src/readlink.c index abbd35237f..6b41f79a4f 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\