[git commit] chown: fix help text

Denys Vlasenko vda.linux at googlemail.com
Thu Jan 9 16:52:13 UTC 2014


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

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 1a91276..cb07bbc 100644
--- a/coreutils/chown.c
+++ b/coreutils/chown.c
@@ -16,10 +16,10 @@
 //usage:       "Change the owner and/or group of each FILE to OWNER and/or GROUP\n"
 //usage:     "\n	-R	Recurse"
 //usage:     "\n	-h	Affect symlinks instead of symlink targets"
+//usage:	IF_DESKTOP(
 //usage:     "\n	-L	Traverse all symlinks to directories"
 //usage:     "\n	-H	Traverse symlinks on command line only"
 //usage:     "\n	-P	Don't traverse symlinks (default)"
-//usage:	IF_DESKTOP(
 //usage:     "\n	-c	List changed files"
 //usage:     "\n	-v	List all files"
 //usage:     "\n	-f	Hide errors"


More information about the busybox-cvs mailing list