[git commit] cp: trim help text

Denys Vlasenko vda.linux at googlemail.com
Mon Mar 5 09:09:18 UTC 2012


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

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

diff --git a/coreutils/cp.c b/coreutils/cp.c
index e48e21c..de2e512 100644
--- a/coreutils/cp.c
+++ b/coreutils/cp.c
@@ -16,9 +16,9 @@
  */
 
 //usage:#define cp_trivial_usage
-//usage:       "[OPTIONS] SOURCE DEST"
+//usage:       "[OPTIONS] SOURCE... DEST"
 //usage:#define cp_full_usage "\n\n"
-//usage:       "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY\n"
+//usage:       "Copy SOURCE(s) to DEST\n"
 //usage:     "\n	-a	Same as -dpR"
 //usage:	IF_SELINUX(
 //usage:     "\n	-c	Preserve security context"


More information about the busybox-cvs mailing list