diff options
author | 1999-09-10 05:06:01 +0000 | |
---|---|---|
committer | 1999-09-10 05:06:01 +0000 | |
commit | 892c0aade1f7c0f3a217301a37d1119c4a91f3cd (patch) | |
tree | 809aebd5e2b11f30b38743a60d59aab9341f407e /gnu/usr.bin/cvs/src/diff.c | |
parent | Describe the fact that a separate clock is wanted for statistics and (diff) | |
download | wireguard-openbsd-892c0aade1f7c0f3a217301a37d1119c4a91f3cd.tar.xz wireguard-openbsd-892c0aade1f7c0f3a217301a37d1119c4a91f3cd.zip |
Latest version from Cyclic
Diffstat (limited to 'gnu/usr.bin/cvs/src/diff.c')
-rw-r--r-- | gnu/usr.bin/cvs/src/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/src/diff.c b/gnu/usr.bin/cvs/src/diff.c index aa35885af30..e98938d9b55 100644 --- a/gnu/usr.bin/cvs/src/diff.c +++ b/gnu/usr.bin/cvs/src/diff.c @@ -277,7 +277,7 @@ diff (argc, argv) break; case 131: /* --ifdef. */ - strcat_and_allocate (&opts, &opts_allocated, " -D"); + strcat_and_allocate (&opts, &opts_allocated, " --ifdef="); strcat_and_allocate (&opts, &opts_allocated, optarg); break; case 129: case 130: case 132: case 133: case 134: |