From 763e85820b91f11cac8930a6613b6da334755830 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 1 Feb 2020 22:09:49 -0800 Subject: Canonicalize the usage: lines for the POSIX toys. This only touches 24 of the 68 toys/posix/ files --- the others were already canonical. Potentially contentious, so worth stating explicitly, is that there were 8 matches for "COMMAND..." amongst all existing help output, with 7 matches for various inconsistent variants involving something with "ARG", so I resolved that in favor of using "COMMAND..." (which is also shorter overall, and avoids nested []s). --- toys/posix/chgrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/chgrp.c') diff --git a/toys/posix/chgrp.c b/toys/posix/chgrp.c index 8c2e95b4..20a2e0e7 100644 --- a/toys/posix/chgrp.c +++ b/toys/posix/chgrp.c @@ -12,7 +12,7 @@ config CHGRP bool "chgrp" default y help - usage: chgrp/chown [-RHLP] [-fvh] group file... + usage: chgrp/chown [-RHLP] [-fvh] GROUP FILE... Change group of one or more files. -- cgit v1.2.3