mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-04 15:33:34 +08:00
(usage): uid -> user ID
This commit is contained in:
parent
94e747e3ac
commit
54ba3e1287
2
src/ls.c
2
src/ls.c
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user