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 | |
parent | bb9254a3b2bfdaf1f1ebf8e14efb2e395de355f5 (diff) |
cp: trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-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 @@ */ //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" |