diff options
Diffstat (limited to 'coreutils/id.c')
-rw-r--r-- | coreutils/id.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/id.c b/coreutils/id.c index 5a7fb9a..00c0cd8 100644 --- a/coreutils/id.c +++ b/coreutils/id.c @@ -13,13 +13,13 @@ * Added -G option Tito Ragusa (C) 2008 for SUSv3. */ //config:config ID -//config: bool "id (6.7 kb)" +//config: bool "id (7 kb)" //config: default y //config: help //config: id displays the current user and group ID names. //config: //config:config GROUPS -//config: bool "groups (6.5 kb)" +//config: bool "groups (6.7 kb)" //config: default y //config: help //config: Print the group names associated with current user id. |