=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.105 retrieving revision 1.106 diff -c -r1.105 -r1.106 *** src/usr.bin/cvs/update.c 2007/07/05 23:03:32 1.105 --- src/usr.bin/cvs/update.c 2007/08/23 13:11:14 1.106 *************** *** 1,4 **** ! /* $OpenBSD: update.c,v 1.105 2007/07/05 23:03:32 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: update.c,v 1.106 2007/08/23 13:11:14 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 40,46 **** "Bring work tree in sync with repository", "[-ACdflPpR] [-D date | -r rev] [-I ign] [-j rev] [-k mode] " "[-t id] ...", ! "ACD:dfI:j:k:lPpQqRr:t:", NULL, cvs_update }; --- 40,46 ---- "Bring work tree in sync with repository", "[-ACdflPpR] [-D date | -r rev] [-I ign] [-j rev] [-k mode] " "[-t id] ...", ! "ACD:dfI:j:k:lPpQqRr:t:u", NULL, cvs_update }; *************** *** 92,97 **** --- 92,99 ---- break; case 'r': cvs_specified_tag = optarg; + break; + case 'u': break; default: fatal("%s", cvs_cmd_update.cmd_synopsis);