From: Pádraig Brady Date: Sat, 22 Mar 2025 12:10:36 +0000 (+0000) Subject: doc: id: make option combinations more searchable X-Git-Tag: v9.7~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446a4c95f9d77bae4b030e7f9cde2eda658094d8;p=thirdparty%2Fcoreutils.git doc: id: make option combinations more searchable * src/id.c (usage): Add commas to make options more searchable. Don't add spaces since that would overflow 80 cols. Fixes https://bugs.gnu.org/77162 --- diff --git a/src/id.c b/src/id.c index 346133c001..2f1df41f0d 100644 --- a/src/id.c +++ b/src/id.c @@ -102,8 +102,8 @@ or (when USER omitted) for the current process.\n\ -Z, --context print only the security context of the process\n\ -g, --group print only the effective group ID\n\ -G, --groups print all group IDs\n\ - -n, --name print a name instead of a number, for -ugG\n\ - -r, --real print the real ID instead of the effective ID, with -ugG\n\ + -n, --name print a name instead of a number, for -u,-g,-G\n\ + -r, --real print the real ID instead of the effective ID, with -u,-g,-G\n\ -u, --user print only the effective user ID\n\ -z, --zero delimit entries with NUL characters, not whitespace;\n\ not permitted in default format\n\