summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-12-19 09:12:59 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-12-19 09:17:08 -0800
commit915a5e3360ecdda46af2b8cfdb2e63ef467b53c3 (patch)
tree7807142b60de8d7f0307c49c7449c3071d760915
parentmaint: use GNU style for spacing (diff)
downloadcoreutils-915a5e3360ecdda46af2b8cfdb2e63ef467b53c3.tar.gz
coreutils-915a5e3360ecdda46af2b8cfdb2e63ef467b53c3.zip
id: improve doc for when USER is omitted
* src/id.c (usage): “current user” → “current process” (Bug#52656).
-rw-r--r--src/id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/id.c b/src/id.c
index a6c48cd50..b110048d3 100644
--- a/src/id.c
+++ b/src/id.c
@@ -96,7 +96,7 @@ usage (int status)
printf (_("Usage: %s [OPTION]... [USER]...\n"), program_name);
fputs (_("\
Print user and group information for each specified USER,\n\
-or (when USER omitted) for the current user.\n\
+or (when USER omitted) for the current process.\n\
\n"),
stdout);
fputs (_("\