sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 9d2b94dbb02d42ed7526c6effefc2a12e87e3eb1
parent e635760742df363f0a11ee1a6828908b62a7070d
Author: sin <sin@2f30.org>
Date:   Wed, 18 Feb 2015 17:08:52 +0000

cp: Remove unnecessary comment

Not to mention that -d doesn't exist.

Diffstat:
Mcp.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cp.c b/cp.c @@ -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;