From: Egmont Koblinger Date: Thu, 22 Jan 2026 16:15:26 +0000 (+0000) Subject: doc: stat: fix highlighting of --format X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b76c1539ada18d8821cfb4c2a4caaf427ca246bb;p=thirdparty%2Fcoreutils.git doc: stat: fix highlighting of --format * src/stat.c (usage): Add missing comma after -c. --- diff --git a/src/stat.c b/src/stat.c index 69042fe525..128fafd315 100644 --- a/src/stat.c +++ b/src/stat.c @@ -1773,7 +1773,7 @@ Display file or file system status.\n\ useful on remote file systems. See MODE below\n\ ")); oputs (_("\ - -c --format=FORMAT\n\ + -c, --format=FORMAT\n\ use the specified FORMAT instead of the default;\n\ output a newline after each use of FORMAT\n\ "));