diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2021-12-19 09:12:59 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2021-12-19 09:17:08 -0800 |
| commit | 915a5e3360ecdda46af2b8cfdb2e63ef467b53c3 (patch) | |
| tree | 7807142b60de8d7f0307c49c7449c3071d760915 | |
| parent | maint: use GNU style for spacing (diff) | |
| download | coreutils-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 (_("\ |
