diff options
Diffstat (limited to 'usr.bin/cvs/update.c')
-rw-r--r-- | usr.bin/cvs/update.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c index 51cdaee24cf..678b786ea47 100644 --- a/usr.bin/cvs/update.c +++ b/usr.bin/cvs/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.18 2005/03/30 17:43:04 joris Exp $ */ +/* $OpenBSD: update.c,v 1.19 2005/04/11 17:56:27 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -82,7 +82,7 @@ cvs_update_options(char *opt, int argc, char **argv, int *arg) case 'r': break; default: - return (EX_USAGE); + return (1); } } |