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 @@ //usage: "[OPTIONS] SOURCE DEST" //usage:#define cp_full_usage "\n\n" //usage: "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY\n" -//usage: "\nOptions:" //usage: "\n -a Same as -dpR" //usage: IF_SELINUX( //usage: "\n -c Preserve security context" |