From 66426760beef7e87c4735f433d123daf911b5b4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 5 Jun 2011 03:58:28 +0200 Subject: *: remove "Options:" string from help texts function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko --- coreutils/chgrp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils/chgrp.c') diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index bc96083..7076db6 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c @@ -15,7 +15,6 @@ //usage: "[-RhLHP"IF_DESKTOP("cvf")"]... GROUP FILE..." //usage:#define chgrp_full_usage "\n\n" //usage: "Change the group membership of each FILE to GROUP\n" -//usage: "\nOptions:" //usage: "\n -R Recurse" //usage: "\n -h Affect symlinks instead of symlink targets" //usage: "\n -L Traverse all symlinks to directories" -- cgit v1.1