aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r--coreutils/cp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c
index de2e512be..247ed0fda 100644
--- a/coreutils/cp.c
+++ b/coreutils/cp.c
@@ -79,7 +79,6 @@ int cp_main(int argc, char **argv)
79 "parents\0" No_argument "\xff" 79 "parents\0" No_argument "\xff"
80 ; 80 ;
81#endif 81#endif
82 // -v (--verbose) is ignored
83 flags = getopt32(argv, FILEUTILS_CP_OPTSTR "arPv"); 82 flags = getopt32(argv, FILEUTILS_CP_OPTSTR "arPv");
84 /* Options of cp from GNU coreutils 6.10: 83 /* Options of cp from GNU coreutils 6.10:
85 * -a, --archive 84 * -a, --archive