diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-12 07:39:38 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-12 07:39:38 +0000 |
commit | 54ba3e1287cfa96550a0de992012416a7a144c4e (patch) | |
tree | 2f8b2cc1c0280350cdb16a90b0df74adc657c064 /src | |
parent | 94e747e3ac7063ef6134b74ee67e35e575562662 (diff) | |
download | coreutils-54ba3e1287cfa96550a0de992012416a7a144c4e.tar.xz |
(usage): uid -> user ID
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4118,7 +4118,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -m fill width with a comma separated list of entries\n\ "), stdout); fputs (_("\ - -n, --numeric-uid-gid like -l, but list numeric UIDs and GIDs\n\ + -n, --numeric-uid-gid like -l, but list numeric user and group IDs\n\ -N, --literal print raw entry names (don't treat e.g. control\n\ characters specially)\n\ -o like -l, but do not list group information\n\ |