=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/cvs/diff.c 2005/04/03 17:32:50 1.25 +++ src/usr.bin/cvs/diff.c 2005/04/11 17:56:27 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.25 2005/04/03 17:32:50 xsa Exp $ */ +/* $OpenBSD: diff.c,v 1.26 2005/04/11 17:56:27 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -407,7 +407,7 @@ cvs_log(LP_ERR, "no more than two revisions/dates can " "be specified"); - return (EX_USAGE); + return (1); } break; case 'u': @@ -415,7 +415,7 @@ format = D_UNIFIED; break; default: - return (EX_USAGE); + return (1); } }