diff options
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r-- | coreutils/cp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c index 337054d7b..e48e21c97 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c | |||
@@ -19,7 +19,6 @@ | |||
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 to DEST, or multiple SOURCE(s) to DIRECTORY\n" |
22 | //usage: "\nOptions:" | ||
23 | //usage: "\n -a Same as -dpR" | 22 | //usage: "\n -a Same as -dpR" |
24 | //usage: IF_SELINUX( | 23 | //usage: IF_SELINUX( |
25 | //usage: "\n -c Preserve security context" | 24 | //usage: "\n -c Preserve security context" |