aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/cp.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c
index 8d93c6fe4..455bffbba 100644
--- a/coreutils/cp.c
+++ b/coreutils/cp.c
@@ -101,7 +101,11 @@ int cp_main(int argc, char **argv)
"parents\0" No_argument "\xfe"
);
#else
- flags = getopt32(argv, FILEUTILS_CP_OPTSTR);
+ flags = getopt32(argv, "^"
+ FILEUTILS_CP_OPTSTR
+ "\0"
+ "-2:l--s:s--l:Pd:rRd:Rd:apdR"
+ );
#endif
/* Options of cp from GNU coreutils 6.10:
* -a, --archive