aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r--coreutils/cp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c
index f276d25d7..45efaba72 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"