=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- src/usr.bin/cvs/update.c 2008/01/21 16:36:46 1.114 +++ src/usr.bin/cvs/update.c 2008/01/28 20:31:07 1.115 @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.114 2008/01/21 16:36:46 tobias Exp $ */ +/* $OpenBSD: update.c,v 1.115 2008/01/28 20:31:07 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * @@ -89,6 +89,7 @@ case 'q': break; case 'R': + flags |= CR_RECURSE_DIRS; break; case 'r': cvs_specified_tag = optarg;