mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 00:07:51 +02:00
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
This commit is contained in:
committed by
Pádraig Brady
parent
b60a159fdc
commit
578b2cd375
+1
-1
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user