From 9fa842c9153dc0f68cfcf4ba25fa7f6798b4e2e4 Mon Sep 17 00:00:00 2001 From: Daniel Gall Date: Wed, 7 Feb 2018 02:58:52 -0500 Subject: [PATCH 2/2] du: added "Groups" intro to group reporting In the event that both the group subtotal reporting feature and the users subtotal reporting feature are accepted, invokers may wish to use both features at the same time. This necessitates some delineation of user vs group reporting. --- src/du.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/du.c b/src/du.c index a8318ca..97edb5d 100644 --- a/src/du.c +++ b/src/du.c @@ -455,6 +455,7 @@ print_size (const struct duinfo *pdui, const char *string) { uintmax_t i=0; struct group *g; + printf(" Groups"); for (i=0; i<65535; i++){ if (pdui->group_size[i] > 0) { -- 2.10.2