From: Max Downey Twiss Date: Thu, 30 Apr 2026 12:27:01 +0000 (+1000) Subject: test: adjust -g description in --help X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=578b2cd3753c6e7d60d07a501d393dc82a8514bd;p=thirdparty%2Fcoreutils.git test: adjust -g description in --help This matches the manual, as well as the -u option, and should help reduce confusion. * src/test.c (usage): Fix -g documentation to match the structure of -u --- diff --git a/src/test.c b/src/test.c index 088172ed33..ab7f249929 100644 --- a/src/test.c +++ b/src/test.c @@ -759,7 +759,7 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\ -f FILE FILE exists and is a regular file\n\ ")); oputs (_("\ - -g FILE FILE exists and is set-group-ID\n\ + -g FILE FILE exists and its set-group-ID bit is set\n\ ")); oputs (_("\ -G FILE FILE exists and is owned by the effective group ID\n\