[git commit] chown: fix help text

Denys Vlasenko vda.linux at googlemail.com
Sun Jun 7 00:32:23 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=d291c2fdd5cb8616605c67ecbfb04274fa094242
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Junling Zheng <zhengjunling at huawei.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/chown.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/coreutils/chown.c b/coreutils/chown.c
index cb07bbc..679c0d8 100644
--- a/coreutils/chown.c
+++ b/coreutils/chown.c
@@ -11,7 +11,7 @@
 /* http://www.opengroup.org/onlinepubs/007904975/utilities/chown.html */
 
 //usage:#define chown_trivial_usage
-//usage:       "[-RhLHP"IF_DESKTOP("cvf")"]... OWNER[<.|:>[GROUP]] FILE..."
+//usage:       "[-Rh"IF_DESKTOP("LHPcvf")"]... OWNER[<.|:>[GROUP]] FILE..."
 //usage:#define chown_full_usage "\n\n"
 //usage:       "Change the owner and/or group of each FILE to OWNER and/or GROUP\n"
 //usage:     "\n	-R	Recurse"


More information about the busybox-cvs mailing list