diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-03-05 10:09:18 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-03-05 10:09:18 +0100 |
commit | b3439d4727b9813ae373d0015720d49d5a0fc72d (patch) | |
tree | 1902909dd8ef6329cea277230428c916abe67a27 /coreutils/cp.c | |
parent | bb9254a3b2bfdaf1f1ebf8e14efb2e395de355f5 (diff) | |
download | busybox-w32-b3439d4727b9813ae373d0015720d49d5a0fc72d.tar.gz busybox-w32-b3439d4727b9813ae373d0015720d49d5a0fc72d.tar.bz2 busybox-w32-b3439d4727b9813ae373d0015720d49d5a0fc72d.zip |
cp: trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r-- | coreutils/cp.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | //usage:#define cp_trivial_usage | 18 | //usage:#define cp_trivial_usage |
19 | //usage: "[OPTIONS] SOURCE DEST" | 19 | //usage: "[OPTIONS] SOURCE... DEST" |
20 | //usage:#define cp_full_usage "\n\n" | 20 | //usage:#define cp_full_usage "\n\n" |
21 | //usage: "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY\n" | 21 | //usage: "Copy SOURCE(s) to DEST\n" |
22 | //usage: "\n -a Same as -dpR" | 22 | //usage: "\n -a Same as -dpR" |
23 | //usage: IF_SELINUX( | 23 | //usage: IF_SELINUX( |
24 | //usage: "\n -c Preserve security context" | 24 | //usage: "\n -c Preserve security context" |