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 de2e512..247ed0f 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c @@ -79,7 +79,6 @@ int cp_main(int argc, char **argv) "parents\0" No_argument "\xff" ; #endif - // -v (--verbose) is ignored flags = getopt32(argv, FILEUTILS_CP_OPTSTR "arPv"); /* Options of cp from GNU coreutils 6.10: * -a, --archive |