projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9254a
)
cp: trim help text
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 5 Mar 2012 09:09:18 +0000
(10:09 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 5 Mar 2012 09:09:18 +0000
(10:09 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/cp.c
patch
|
blob
|
history
diff --git
a/coreutils/cp.c
b/coreutils/cp.c
index e48e21c9708c60d7762808d7b8e52737f07baf08..de2e512be3b5ee510624b368a1f060615854055a 100644
(file)
--- 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"