From 54ba3e1287cfa96550a0de992012416a7a144c4e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 12 Apr 2005 07:39:38 +0000 Subject: [PATCH] (usage): uid -> user ID --- src/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index 8325079471..e1356cbc12 100644 --- a/src/ls.c +++ b/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\ -- 2.47.3