From 10e53878d426a69e7d60a1e54cfb027e050b921c Mon Sep 17 00:00:00 2001
From: Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>
Date: Mon, 16 Feb 2015 16:03:09 +0000
Subject: [PATCH] Update usage flags of chgrp, chown, du and

---
 chgrp.c | 2 +-
 chown.c | 2 +-
 cp.c    | 2 +-
 du.c    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/chgrp.c b/chgrp.c
index 27027dd..cecd148 100644
--- a/chgrp.c
+++ b/chgrp.c
@@ -29,7 +29,7 @@ chgrp(const char *path, char fflag)
 static void
 usage(void)
 {
-	eprintf("usage: chgrp [-hR] groupname file...\n");
+	eprintf("usage: chgrp [-HhLPR] groupname file...\n");
 }
 
 int
diff --git a/chown.c b/chown.c
index 228d4a2..3dbaf7f 100644
--- a/chown.c
+++ b/chown.c
@@ -30,7 +30,7 @@ chownpwgr(const char *path, int fflag)
 static void
 usage(void)
 {
-	eprintf("usage: %s [-hRr] [owner][:[group]] file...\n", argv0);
+	eprintf("usage: %s [-HhLPRr] [owner][:[group]] file...\n", argv0);
 }
 
 int
diff --git a/cp.c b/cp.c
index c7be281..886a82b 100644
--- a/cp.c
+++ b/cp.c
@@ -7,7 +7,7 @@
 static void
 usage(void)
 {
-	eprintf("usage: %s [-adfpRrv] source... dest\n", argv0);
+	eprintf("usage: %s [-adfHLPpRrv] source... dest\n", argv0);
 }
 
 int
diff --git a/du.c b/du.c
index 3763bec..729c74a 100644
--- a/du.c
+++ b/du.c
@@ -138,7 +138,7 @@ done:
 static void
 usage(void)
 {
-	eprintf("usage: %s [-a | -s] [-d depth] [-h] [-k] [file ...]\n", argv0);
+	eprintf("usage: %s [-a | -s] [-d depth] [-h] [-H | -L] [-k] [file ...]\n", argv0);
 }
 
 int
-- 
2.3.0

