cp: Remove unnecessary comment

Not to mention that -d doesn't exist.
This commit is contained in:
sin 2015-02-18 17:08:52 +00:00
parent e635760742
commit 9d2b94dbb0
1 changed files with 0 additions and 1 deletions

1
cp.c
View File

@ -17,7 +17,6 @@ main(int argc, char *argv[])
ARGBEGIN {
case 'a':
/* implies -dpr */
cp_HLPflag = 'P';
cp_aflag = cp_pflag = cp_rflag = 1;
break;