From 446a4c95f9d77bae4b030e7f9cde2eda658094d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Sat, 22 Mar 2025 12:10:36 +0000 Subject: [PATCH] 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 --- src/id.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\ -- 2.47.3