From: Denys Vlasenko Date: Mon, 5 Mar 2012 09:09:18 +0000 (+0100) Subject: cp: trim help text X-Git-Tag: 1_20_0~54 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3439d4727b9813ae373d0015720d49d5a0fc72d;p=oweals%2Fbusybox.git cp: trim help text Signed-off-by: Denys Vlasenko --- diff --git a/coreutils/cp.c b/coreutils/cp.c index e48e21c97..de2e512be 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"